#1C0473

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

Shades of Persian Indigo #1C0473

Tints of Persian Indigo #1C0473

Color information

#1C0473 (or 0x1C0473) is unknown color: approx Persian Indigo. HEX triplet: 1C, 04 and 73. RGB value is (28,4,115). Sum of RGB (Red+Green+Blue) = 28+4+115=147 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.05% from 147); Green value is 4 (1.95% from 255 or 2.72% from 147); Blue value is 115 (45.31% from 255 or 78.23% from 147); Max value from RGB is 115 - color contains mainly: blue. Hex color #1C0473 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C0473 is #E3FB8C. Grayscale: #171717. Windows color (decimal): -14941069 or 7537692. OLE color: 7537692.

HSL color Cylindrical-coordinate representation of color #1C0473: hue angle of 252.97º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1C0473 is Cyan = 0.76, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB284115-
CMYK0.760.9700.55
HSL252.97º93.28%23.33%-
HSV(B)252.97º96.52%45.1%-
XYZ3.621.5716.33-
YUV23.83179.45130.97-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 19.05%
GREEN value IS 4 (1.95% from 255) = 2.72%
BLUE value IS 115 (45.31% from 255) = 78.23%
R=19.05%
G=2.72%
B=78.23%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2841150.760.9700.55252.9793.2823.33
Hex1C4734C61037fd5d17
Octal34416311414106737513527
Binary11100100111001110011001100001011011111111101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,4,115); }

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

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

 a { background-color: rgb(28,4,115); }

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

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

 span { border-color: rgb(28,4,115); }

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