Html Css Color HEX #3C218E Persian Indigo

📋 copy color: '#3C218E'

red 60 ◦ green 33 ◦ blue 142

#3C218E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #3C218E

Tints of Persian Indigo #3C218E

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 value IS 0.58

 M value IS 0.77

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3C218E (or 0x3C218E) is known color: 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

RGB 60 33 142 -
CMYK 0.58 0.77 0 0.44
HSL 254.86º 0.62% 0.34% -
HSV(B) 254.86º 0.77% 0.56% -
XYZ 7.29 4 25.98 -
YUV 53.5 177.95 132.64 -
System Red Green Blue C M Y K H S L
Decimal 60 33 142 0.58 0.77 0 0.44 254.86 0.62 0.34
Hex 3C 21 8E 3A 4D 0 2C FF 3E 22
Octal 74 41 216 72 115 0 54 377 76 42
Binary 111100 100001 10001110 111010 1001101 0 101100 11111111 111110 100010

Color Harmonies of #3C218E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C218E

Black with #3C218E

Text Example


Text Example

White with #3C218E

Text Example


Text Example

HTML Codes & Css Web 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>