#1C0072

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

Shades of Persian Indigo #1C0072

Tints of Persian Indigo #1C0072

Color information

#1C0072 (or 0x1C0072) is unknown color: approx Persian Indigo. HEX triplet: 1C, 00 and 72. RGB value is (28,0,114). Sum of RGB (Red+Green+Blue) = 28+0+114=142 (18% of max value = 765). Red value is 28 (11.33% from 255 or 19.72% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 114 (44.92% from 255 or 80.28% from 142); Max value from RGB is 114 - color contains mainly: blue. Hex color #1C0072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C0072 is #E3FF8D. Grayscale: #141414. Windows color (decimal): -14942094 or 7471132. OLE color: 7471132.

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

Color convert

RGB280114-
CMYK0.75100.55
HSL254.74º100%22.35%-
HSV(B)254.74º100%44.71%-
XYZ3.521.4616.02-
YUV21.37180.28132.73-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 19.72%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 114 (44.92% from 255) = 80.28%
R=19.72%
G=0%
B=80.28%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2801140.75100.55254.7410022.35
Hex1C0724B64037ff6416
Octal34016211314406737714426
Binary111000111001010010111100100011011111111111110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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