#392ACA

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

Shades of Persian Blue #392ACA

Tints of Persian Blue #392ACA

Color information

#392ACA (or 0x392ACA) is unknown color: approx Persian Blue. HEX triplet: 39, 2A and CA. RGB value is (57,42,202). Sum of RGB (Red+Green+Blue) = 57+42+202=301 (39% of max value = 765). Red value is 57 (22.66% from 255 or 18.94% from 301); Green value is 42 (16.80% from 255 or 13.95% from 301); Blue value is 202 (79.30% from 255 or 67.11% from 301); Max value from RGB is 202 - color contains mainly: blue. Hex color #392ACA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392ACA is #C6D535. Grayscale: #404040. Windows color (decimal): -13030710 or 13249081. OLE color: 13249081.

HSL color Cylindrical-coordinate representation of color #392ACA: hue angle of 245.62º 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 #392ACA is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5742202-
CMYK0.720.7900.21
HSL245.62º65.57%47.84%-
HSV(B)245.62º79.21%79.22%-
XYZ13.186.7956.49-
YUV64.73205.47122.49-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.94%
GREEN value IS 42 (16.80% from 255) = 13.95%
BLUE value IS 202 (79.30% from 255) = 67.11%
R=18.94%
G=13.95%
B=67.11%

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
Decimal57422020.720.7900.21245.6265.5747.84
Hex392ACA484F015f64230
Octal715231211011702536610260
Binary1110011010101100101010010001001111010101111101101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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