Html Css Color HEX #2C0E91 Persian Indigo

📋 copy color: '#2C0E91'

red 44 ◦ green 14 ◦ blue 145

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

Shades of Persian Indigo #2C0E91

Tints of Persian Indigo #2C0E91

RGB

 RED value IS 44 (17.58% from 255) = 21.67%

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

 BLUE value IS 145 (57.03% from 255) = 71.43%

R = 21.67%
G = 6.9%
B = 71.43%

CMYK

 C value IS 0.70

 M value IS 0.90

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2C0E91 (or 0x2C0E91) is known color: Persian Indigo. HEX triplet: 2C, 0E and 91. RGB value is (44,14,145). Sum of RGB (Red+Green+Blue) = 44+14+145=203 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.67% from 203); Green value is 14 (5.86% from 255 or 6.90% from 203); Blue value is 145 (57.03% from 255 or 71.43% from 203); Max value from RGB is 145 - color contains mainly: blue. Hex color #2C0E91 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C0E91 is #D3F16E. Grayscale: #252525. Windows color (decimal): -13889903 or 9506348. OLE color: 9506348.

HSL color Cylindrical-coordinate representation of color #2C0E91: hue angle of 253.74º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2C0E91 is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 44 14 145 -
CMYK 0.70 0.90 0 0.43
HSL 253.74º 0.82% 0.31% -
HSV(B) 253.74º 0.9% 0.57% -
XYZ 6.31 2.89 27.01 -
YUV 37.9 188.44 132.35 -
System Red Green Blue C M Y K H S L
Decimal 44 14 145 0.70 0.90 0 0.43 253.74 0.82 0.31
Hex 2C E 91 46 5A 0 2B FE 52 1F
Octal 54 16 221 106 132 0 53 376 122 37
Binary 101100 1110 10010001 1000110 1011010 0 101011 11111110 1010010 11111

Color Harmonies of #2C0E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C0E91

Black with #2C0E91

Text Example


Text Example

White with #2C0E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C0E91; }

 p { color: rgb(44,14,145); }

 H1.HeaderClassName
 {
   color: #2C0E91;
 }
 .AnyTagClassName
 {
   color: #2C0E91;
 }
</style>

background-color css

<style>
 a { background-color: #2C0E91; }

 a { background-color: rgb(44,14,145); }

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

border-color css

<style>
 span { border-color: #2C0E91; }

 span { border-color: rgb(44,14,145); }

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