#3C218E

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

Shades of Persian Indigo #3C218E

Tints of Persian Indigo #3C218E

Color information

#3C218E (or 0x3C218E) is unknown color: approx Persian Indigo. HEX triplet: 3C, 21 and 8E. RGB value is (60,33,142). Sum of RGB (Red+Green+Blue) = 60+33+142=235 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.53% from 235); Green value is 33 (13.28% from 255 or 14.04% from 235); Blue value is 142 (55.86% from 255 or 60.43% from 235); Max value from RGB is 142 - color contains mainly: blue. Hex color #3C218E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C218E is #C3DE71. Grayscale: #353535. Windows color (decimal): -12836466 or 9314620. OLE color: 9314620.

HSL color Cylindrical-coordinate representation of color #3C218E: hue angle of 254.86º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3C218E is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6033142-
CMYK0.580.7700.44
HSL254.86º62.29%34.31%-
HSV(B)254.86º76.76%55.69%-
XYZ7.29425.98-
YUV53.5177.95132.64-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.53%
GREEN value IS 33 (13.28% from 255) = 14.04%
BLUE value IS 142 (55.86% from 255) = 60.43%
R=25.53%
G=14.04%
B=60.43%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal60331420.580.7700.44254.8662.2934.31
Hex3C218E3A4D02Cff3e22
Octal7441216721150543777642
Binary111100100001100011101110101001101010110011111111111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C218E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,33,142); }

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

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

 a { background-color: rgb(60,33,142); }

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

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

 span { border-color: rgb(60,33,142); }

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