#3e32c0

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

Shades of Persian Blue #3E32C0

Tints of Persian Blue #3E32C0

Color information

#3E32C0 (or 0x3E32C0) is unknown color: approx Persian Blue. HEX triplet: 3E, 32 and C0. RGB value is (62,50,192). Sum of RGB (Red+Green+Blue) = 62+50+192=304 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.39% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 192 (75.39% from 255 or 63.16% from 304); Max value from RGB is 192 - color contains mainly: blue. Hex color #3E32C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E32C0 is #C1CD3F. Grayscale: #454545. Windows color (decimal): -12700992 or 12595774. OLE color: 12595774.

HSL color Cylindrical-coordinate representation of color #3E32C0: hue angle of 245.07º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E32C0 is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6250192-
CMYK0.680.7400.25
HSL245.07º58.68%47.45%-
HSV(B)245.07º73.96%75.29%-
XYZ12.647.1150.58-
YUV69.78196.98122.45-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.39%
GREEN value IS 50 (19.92% from 255) = 16.45%
BLUE value IS 192 (75.39% from 255) = 63.16%
R=20.39%
G=16.45%
B=63.16%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal62501920.680.7400.25245.0758.6847.45
Hex3E32C0444A019f53b2f
Octal76623001041120313657357
Binary111110110010110000001000100100101001100111110101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3e32c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3e32c0; }

 p { color: rgb(62,50,192); }

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

<style>
 a { background-color: #3e32c0; }

 a { background-color: rgb(62,50,192); }

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

<style>
 span { border-color: #3e32c0; }

 span { border-color: rgb(62,50,192); }

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