#2C0478

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

Shades of Persian Indigo #2C0478

Tints of Persian Indigo #2C0478

Color information

#2C0478 (or 0x2C0478) is unknown color: approx Persian Indigo. HEX triplet: 2C, 04 and 78. RGB value is (44,4,120). Sum of RGB (Red+Green+Blue) = 44+4+120=168 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.19% from 168); Green value is 4 (1.95% from 255 or 2.38% from 168); Blue value is 120 (47.27% from 255 or 71.43% from 168); Max value from RGB is 120 - color contains mainly: blue. Hex color #2C0478 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0478 is #D3FB87. Grayscale: #1C1C1C. Windows color (decimal): -13892488 or 7865388. OLE color: 7865388.

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

Color convert

RGB444120-
CMYK0.630.9700.53
HSL260.69º93.55%24.31%-
HSV(B)260.69º96.67%47.06%-
XYZ4.471.9817.92-
YUV29.18179.25138.57-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 26.19%
GREEN value IS 4 (1.95% from 255) = 2.38%
BLUE value IS 120 (47.27% from 255) = 71.43%
R=26.19%
G=2.38%
B=71.43%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4441200.630.9700.53260.6993.5524.31
Hex2C4783F610351055e18
Octal5441707714106540513630
Binary101100100111100011111111000010110101100000101101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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