Html Css Color HEX #2C0991 Persian Indigo

📋 copy color: '#2C0991'

red 44 ◦ green 9 ◦ blue 145

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

Shades of Persian Indigo #2C0991

Tints of Persian Indigo #2C0991

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.55%

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

R = 22.22%
G = 4.55%
B = 73.23%

CMYK

 C value IS 0.70

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2C0991 (or 0x2C0991) is known color: Persian Indigo. HEX triplet: 2C, 09 and 91. RGB value is (44,9,145). Sum of RGB (Red+Green+Blue) = 44+9+145=198 (26% of max value = 765). Red value is 44 (17.58% from 255 or 22.22% from 198); Green value is 9 (3.91% from 255 or 4.55% from 198); Blue value is 145 (57.03% from 255 or 73.23% from 198); Max value from RGB is 145 - color contains mainly: blue. Hex color #2C0991 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C0991 is #D3F66E. Grayscale: #222222. Windows color (decimal): -13891183 or 9505068. OLE color: 9505068.

HSL color Cylindrical-coordinate representation of color #2C0991: hue angle of 255.44º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2C0991 is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 44 9 145 -
CMYK 0.70 0.94 0 0.43
HSL 255.44º 0.88% 0.3% -
HSV(B) 255.44º 0.94% 0.57% -
XYZ 6.25 2.78 26.99 -
YUV 34.97 190.1 134.44 -
System Red Green Blue C M Y K H S L
Decimal 44 9 145 0.70 0.94 0 0.43 255.44 0.88 0.3
Hex 2C 9 91 46 5E 0 2B FF 58 1E
Octal 54 11 221 106 136 0 53 377 130 36
Binary 101100 1001 10010001 1000110 1011110 0 101011 11111111 1011000 11110

Color Harmonies of #2C0991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C0991

Black with #2C0991

Text Example


Text Example

White with #2C0991

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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