#2C1E77

Color #2C1E77 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #2C1E77

Tints of Persian Indigo #2C1E77

Color information

#2C1E77 (or 0x2C1E77) is unknown color: approx Persian Indigo. HEX triplet: 2C, 1E and 77. RGB value is (44,30,119). Sum of RGB (Red+Green+Blue) = 44+30+119=193 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.80% from 193); Green value is 30 (12.11% from 255 or 15.54% from 193); Blue value is 119 (46.88% from 255 or 61.66% from 193); Max value from RGB is 119 - color contains mainly: blue. Hex color #2C1E77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C1E77 is #D3E188. Grayscale: #2B2B2B. Windows color (decimal): -13885833 or 7806508. OLE color: 7806508.

HSL color Cylindrical-coordinate representation of color #2C1E77: hue angle of 249.44º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2C1E77 is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4430119-
CMYK0.630.7500.53
HSL249.44º59.73%29.22%-
HSV(B)249.44º74.79%46.67%-
XYZ4.832.817.74-
YUV44.33170.14127.76-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 22.80%
GREEN value IS 30 (12.11% from 255) = 15.54%
BLUE value IS 119 (46.88% from 255) = 61.66%
R=22.80%
G=15.54%
B=61.66%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal44301190.630.7500.53249.4459.7329.22
Hex2C1E773F4B035f93c1d
Octal5436167771130653717435
Binary101100111101110111111111100101101101011111100111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,30,119); }

 H1.HeaderClassName
 {
   color: #2C1E77;
 }
 .AnyTagClassName
 {
   color: #2C1E77;
 }
</style>
background-color css

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

 a { background-color: rgb(44,30,119); }

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

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

 span { border-color: rgb(44,30,119); }

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