#1C0379

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

Shades of Persian Indigo #1C0379

Tints of Persian Indigo #1C0379

Color information

#1C0379 (or 0x1C0379) is unknown color: approx Persian Indigo. HEX triplet: 1C, 03 and 79. RGB value is (28,3,121). Sum of RGB (Red+Green+Blue) = 28+3+121=152 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.42% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 121 (47.66% from 255 or 79.61% from 152); Max value from RGB is 121 - color contains mainly: blue. Hex color #1C0379 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C0379 is #E3FC86. Grayscale: #171717. Windows color (decimal): -14941319 or 7930652. OLE color: 7930652.

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

Color convert

RGB283121-
CMYK0.770.9800.53
HSL252.71º95.16%24.31%-
HSV(B)252.71º97.52%47.45%-
XYZ3.961.6918.21-
YUV23.93182.78130.91-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 18.42%
GREEN value IS 3 (1.56% from 255) = 1.97%
BLUE value IS 121 (47.66% from 255) = 79.61%
R=18.42%
G=1.97%
B=79.61%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2831210.770.9800.53252.7195.1624.31
Hex1C3794D62035fd5f18
Octal34317111514206537513730
Binary1110011111100110011011100010011010111111101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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