Html Css Color HEX #2C1592 Persian Indigo

📋 copy color: '#2C1592'

red 44 ◦ green 21 ◦ blue 146

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

Shades of Persian Indigo #2C1592

Tints of Persian Indigo #2C1592

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.95%

 BLUE value IS 146 (57.42% from 255) = 69.19%

R = 20.85%
G = 9.95%
B = 69.19%

CMYK

 C value IS 0.70

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2C1592 (or 0x2C1592) is known color: Persian Indigo. HEX triplet: 2C, 15 and 92. RGB value is (44,21,146). Sum of RGB (Red+Green+Blue) = 44+21+146=211 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.85% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 146 (57.42% from 255 or 69.19% from 211); Max value from RGB is 146 - color contains mainly: blue. Hex color #2C1592 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C1592 is #D3EA6D. Grayscale: #292929. Windows color (decimal): -13888110 or 9573676. OLE color: 9573676.

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

Color convert

RGB 44 21 146 -
CMYK 0.70 0.86 0 0.43
HSL 251.04º 0.75% 0.33% -
HSV(B) 251.04º 0.86% 0.57% -
XYZ 6.5 3.15 27.46 -
YUV 42.13 186.62 129.34 -
System Red Green Blue C M Y K H S L
Decimal 44 21 146 0.70 0.86 0 0.43 251.04 0.75 0.33
Hex 2C 15 92 46 56 0 2B FB 4B 21
Octal 54 25 222 106 126 0 53 373 113 41
Binary 101100 10101 10010010 1000110 1010110 0 101011 11111011 1001011 100001

Color Harmonies of #2C1592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C1592

Black with #2C1592

Text Example


Text Example

White with #2C1592

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,21,146); }

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

background-color css

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

 a { background-color: rgb(44,21,146); }

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

border-color css

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

 span { border-color: rgb(44,21,146); }

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