#2C1E78

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

Shades of Persian Indigo #2C1E78

Tints of Persian Indigo #2C1E78

Color information

#2C1E78 (or 0x2C1E78) is unknown color: approx Persian Indigo. HEX triplet: 2C, 1E and 78. RGB value is (44,30,120). Sum of RGB (Red+Green+Blue) = 44+30+120=194 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.68% from 194); Green value is 30 (12.11% from 255 or 15.46% from 194); Blue value is 120 (47.27% from 255 or 61.86% from 194); Max value from RGB is 120 - color contains mainly: blue. Hex color #2C1E78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C1E78 is #D3E187. Grayscale: #2C2C2C. Windows color (decimal): -13885832 or 7872044. OLE color: 7872044.

HSL color Cylindrical-coordinate representation of color #2C1E78: hue angle of 249.33º 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 #2C1E78 is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4430120-
CMYK0.630.7500.53
HSL249.33º60%29.41%-
HSV(B)249.33º75%47.06%-
XYZ4.892.8218.06-
YUV44.45170.64127.68-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 22.68%
GREEN value IS 30 (12.11% from 255) = 15.46%
BLUE value IS 120 (47.27% from 255) = 61.86%
R=22.68%
G=15.46%
B=61.86%

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
Decimal44301200.630.7500.53249.336029.41
Hex2C1E783F4B035f93c1d
Octal5436170771130653717435
Binary101100111101111000111111100101101101011111100111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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