#382ACA

Color #382ACA Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #382ACA

Tints of Persian Blue #382ACA

Color information

#382ACA (or 0x382ACA) is unknown color: approx Persian Blue. HEX triplet: 38, 2A and CA. RGB value is (56,42,202). Sum of RGB (Red+Green+Blue) = 56+42+202=300 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.67% from 300); Green value is 42 (16.80% from 255 or 14% from 300); Blue value is 202 (79.30% from 255 or 67.33% from 300); Max value from RGB is 202 - color contains mainly: blue. Hex color #382ACA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382ACA is #C7D535. Grayscale: #3F3F3F. Windows color (decimal): -13096246 or 13249080. OLE color: 13249080.

HSL color Cylindrical-coordinate representation of color #382ACA: hue angle of 245.25º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #382ACA is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5642202-
CMYK0.720.7900.21
HSL245.25º65.57%47.84%-
HSV(B)245.25º79.21%79.22%-
XYZ13.126.7656.49-
YUV64.43205.64121.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 18.67%
GREEN value IS 42 (16.80% from 255) = 14%
BLUE value IS 202 (79.30% from 255) = 67.33%
R=18.67%
G=14%
B=67.33%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal56422020.720.7900.21245.2565.5747.84
Hex382ACA484F015f54230
Octal705231211011702536510260
Binary1110001010101100101010010001001111010101111101011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382ACA; }

 p { color: rgb(56,42,202); }

 H1.HeaderClassName
 {
   color: #382ACA;
 }
 .AnyTagClassName
 {
   color: #382ACA;
 }
</style>
background-color css

<style>
 a { background-color: #382ACA; }

 a { background-color: rgb(56,42,202); }

 div.DivClassName
 {
   background-color: #382ACA;
 }
 .BgClassName
 {
   background-color: #382ACA;
 }
</style>
border-color css

<style>
 span { border-color: #382ACA; }

 span { border-color: rgb(56,42,202); }

 td.TdClassName
 {
   border-color: #382ACA;
 }
 .TagClassName
 {
   border-color: #382ACA;
 }
</style>