Html Css Color HEX #2C1791 Persian Indigo

📋 copy color: '#2C1791'

red 44 ◦ green 23 ◦ blue 145

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

Shades of Persian Indigo #2C1791

Tints of Persian Indigo #2C1791

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.85%

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

R = 20.75%
G = 10.85%
B = 68.4%

CMYK

 C value IS 0.70

 M value IS 0.84

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2C1791 (or 0x2C1791) is known color: Persian Indigo. HEX triplet: 2C, 17 and 91. RGB value is (44,23,145). Sum of RGB (Red+Green+Blue) = 44+23+145=212 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.75% from 212); Green value is 23 (9.38% from 255 or 10.85% from 212); Blue value is 145 (57.03% from 255 or 68.40% from 212); Max value from RGB is 145 - color contains mainly: blue. Hex color #2C1791 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C1791 is #D3E86E. Grayscale: #2A2A2A. Windows color (decimal): -13887599 or 9508652. OLE color: 9508652.

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

Color convert

RGB 44 23 145 -
CMYK 0.70 0.84 0 0.43
HSL 250.33º 0.73% 0.33% -
HSV(B) 250.33º 0.84% 0.57% -
XYZ 6.46 3.19 27.06 -
YUV 43.19 185.46 128.58 -
System Red Green Blue C M Y K H S L
Decimal 44 23 145 0.70 0.84 0 0.43 250.33 0.73 0.33
Hex 2C 17 91 46 54 0 2B FA 49 21
Octal 54 27 221 106 124 0 53 372 111 41
Binary 101100 10111 10010001 1000110 1010100 0 101011 11111010 1001001 100001

Color Harmonies of #2C1791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C1791

Black with #2C1791

Text Example


Text Example

White with #2C1791

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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