Html Css Color HEX #3C0EA9 Persian Indigo

📋 copy color: '#3C0EA9'

red 60 ◦ green 14 ◦ blue 169

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

Shades of Persian Indigo #3C0EA9

Tints of Persian Indigo #3C0EA9

RGB

 RED value IS 60 (23.83% from 255) = 24.69%

 GREEN value IS 14 (5.86% from 255) = 5.76%

 BLUE value IS 169 (66.41% from 255) = 69.55%

R = 24.69%
G = 5.76%
B = 69.55%

CMYK

 C value IS 0.64

 M value IS 0.92

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#3C0EA9 (or 0x3C0EA9) is known color: Persian Indigo. HEX triplet: 3C, 0E and A9. RGB value is (60,14,169). Sum of RGB (Red+Green+Blue) = 60+14+169=243 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.69% from 243); Green value is 14 (5.86% from 255 or 5.76% from 243); Blue value is 169 (66.41% from 255 or 69.55% from 243); Max value from RGB is 169 - color contains mainly: blue. Hex color #3C0EA9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0EA9 is #C3F156. Grayscale: #2C2C2C. Windows color (decimal): -12841303 or 11079228. OLE color: 11079228.

HSL color Cylindrical-coordinate representation of color #3C0EA9: hue angle of 257.81º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3C0EA9 is Cyan = 0.64, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 60 14 169 -
CMYK 0.64 0.92 0 0.34
HSL 257.81º 0.85% 0.36% -
HSV(B) 257.81º 0.92% 0.66% -
XYZ 9.18 4.14 37.85 -
YUV 45.42 197.74 138.4 -
System Red Green Blue C M Y K H S L
Decimal 60 14 169 0.64 0.92 0 0.34 257.81 0.85 0.36
Hex 3C E A9 40 5C 0 22 102 55 24
Octal 74 16 251 100 134 0 42 402 125 44
Binary 111100 1110 10101001 1000000 1011100 0 100010 100000010 1010101 100100

Color Harmonies of #3C0EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0EA9

Black with #3C0EA9

Text Example


Text Example

White with #3C0EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,14,169); }

 H1.HeaderClassName
 {
   color: #3C0EA9;
 }
 .AnyTagClassName
 {
   color: #3C0EA9;
 }
</style>

background-color css

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

 a { background-color: rgb(60,14,169); }

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

border-color css

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

 span { border-color: rgb(60,14,169); }

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