#392fc0

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

Shades of Persian Blue #392FC0

Tints of Persian Blue #392FC0

Color information

#392FC0 (or 0x392FC0) is unknown color: approx Persian Blue. HEX triplet: 39, 2F and C0. RGB value is (57,47,192). Sum of RGB (Red+Green+Blue) = 57+47+192=296 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.26% from 296); Green value is 47 (18.75% from 255 or 15.88% from 296); Blue value is 192 (75.39% from 255 or 64.86% from 296); Max value from RGB is 192 - color contains mainly: blue. Hex color #392FC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392FC0 is #C6D03F. Grayscale: #414141. Windows color (decimal): -13029440 or 12595001. OLE color: 12595001.

HSL color Cylindrical-coordinate representation of color #392FC0: hue angle of 244.14º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #392FC0 is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5747192-
CMYK0.700.7600.25
HSL244.14º60.67%46.86%-
HSV(B)244.14º75.52%75.29%-
XYZ12.226.7150.52-
YUV66.52198.81121.21-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.26%
GREEN value IS 47 (18.75% from 255) = 15.88%
BLUE value IS 192 (75.39% from 255) = 64.86%
R=19.26%
G=15.88%
B=64.86%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal57471920.700.7600.25244.1460.6746.86
Hex392FC0464C019f43d2f
Octal71573001061140313647557
Binary111001101111110000001000110100110001100111110100111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392fc0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,47,192); }

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

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

 a { background-color: rgb(57,47,192); }

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

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

 span { border-color: rgb(57,47,192); }

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