#392BC0

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

Shades of Persian Blue #392BC0

Tints of Persian Blue #392BC0

Color information

#392BC0 (or 0x392BC0) is unknown color: approx Persian Blue. HEX triplet: 39, 2B and C0. RGB value is (57,43,192). Sum of RGB (Red+Green+Blue) = 57+43+192=292 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.52% from 292); Green value is 43 (17.19% from 255 or 14.73% from 292); Blue value is 192 (75.39% from 255 or 65.75% from 292); Max value from RGB is 192 - color contains mainly: blue. Hex color #392BC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392BC0 is #C6D43F. Grayscale: #3F3F3F. Windows color (decimal): -13030464 or 12593977. OLE color: 12593977.

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

Color convert

RGB5743192-
CMYK0.700.7800.25
HSL245.64º63.4%46.08%-
HSV(B)245.64º77.6%75.29%-
XYZ12.076.450.47-
YUV64.17200.14122.88-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.52%
GREEN value IS 43 (17.19% from 255) = 14.73%
BLUE value IS 192 (75.39% from 255) = 65.75%
R=19.52%
G=14.73%
B=65.75%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal57431920.700.7800.25245.6463.446.08
Hex392BC0464E019f63f2e
Octal71533001061160313667756
Binary111001101011110000001000110100111001100111110110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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