Html Css Color HEX #2C1291 Persian Indigo

📋 copy color: '#2C1291'

red 44 ◦ green 18 ◦ blue 145

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

Shades of Persian Indigo #2C1291

Tints of Persian Indigo #2C1291

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.7%

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

R = 21.26%
G = 8.7%
B = 70.05%

CMYK

 C value IS 0.70

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2C1291 (or 0x2C1291) is known color: Persian Indigo. HEX triplet: 2C, 12 and 91. RGB value is (44,18,145). Sum of RGB (Red+Green+Blue) = 44+18+145=207 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.26% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 145 (57.03% from 255 or 70.05% from 207); Max value from RGB is 145 - color contains mainly: blue. Hex color #2C1291 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C1291 is #D3ED6E. Grayscale: #272727. Windows color (decimal): -13888879 or 9507372. OLE color: 9507372.

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

Color convert

RGB 44 18 145 -
CMYK 0.70 0.88 0 0.43
HSL 252.28º 0.78% 0.32% -
HSV(B) 252.28º 0.88% 0.57% -
XYZ 6.37 3.01 27.03 -
YUV 40.25 187.11 130.67 -
System Red Green Blue C M Y K H S L
Decimal 44 18 145 0.70 0.88 0 0.43 252.28 0.78 0.32
Hex 2C 12 91 46 58 0 2B FC 4E 20
Octal 54 22 221 106 130 0 53 374 116 40
Binary 101100 10010 10010001 1000110 1011000 0 101011 11111100 1001110 100000

Color Harmonies of #2C1291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C1291

Black with #2C1291

Text Example


Text Example

White with #2C1291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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