#1C0079

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

Shades of Persian Indigo #1C0079

Tints of Persian Indigo #1C0079

Color information

#1C0079 (or 0x1C0079) is unknown color: approx Persian Indigo. HEX triplet: 1C, 00 and 79. RGB value is (28,0,121). Sum of RGB (Red+Green+Blue) = 28+0+121=149 (19% of max value = 765). Red value is 28 (11.33% from 255 or 18.79% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 121 (47.66% from 255 or 81.21% from 149); Max value from RGB is 121 - color contains mainly: blue. Hex color #1C0079 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C0079 is #E3FF86. Grayscale: #151515. Windows color (decimal): -14942087 or 7929884. OLE color: 7929884.

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

Color convert

RGB280121-
CMYK0.77100.53
HSL253.88º100%23.73%-
HSV(B)253.88º100%47.45%-
XYZ3.931.6318.2-
YUV22.17183.78132.16-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 18.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 121 (47.66% from 255) = 81.21%
R=18.79%
G=0%
B=81.21%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2801210.77100.53253.8810023.73
Hex1C0794D64035fe6418
Octal34017111514406537614430
Binary111000111100110011011100100011010111111110110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C0079; }

 p { color: rgb(28,0,121); }

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

<style>
 a { background-color: #1C0079; }

 a { background-color: rgb(28,0,121); }

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

<style>
 span { border-color: #1C0079; }

 span { border-color: rgb(28,0,121); }

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