#1C0063

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

Shades of Persian Indigo #1C0063

Tints of Persian Indigo #1C0063

Color information

#1C0063 (or 0x1C0063) is unknown color: approx Persian Indigo. HEX triplet: 1C, 00 and 63. RGB value is (28,0,99). Sum of RGB (Red+Green+Blue) = 28+0+99=127 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.05% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 99 (39.06% from 255 or 77.95% from 127); Max value from RGB is 99 - color contains mainly: blue. Hex color #1C0063 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C0063 is #E3FF9C. Grayscale: #131313. Windows color (decimal): -14942109 or 6488092. OLE color: 6488092.

HSL color Cylindrical-coordinate representation of color #1C0063: hue angle of 256.97º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C0063 is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB28099-
CMYK0.72100.61
HSL256.97º100%19.41%-
HSV(B)256.97º100%38.82%-
XYZ2.731.1511.88-
YUV19.66172.78133.95-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 22.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 99 (39.06% from 255) = 77.95%
R=22.05%
G=0%
B=77.95%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal280990.72100.61256.9710019.41
Hex1C063486403D1016413
Octal34014311014407540114423
Binary1110001100011100100011001000111101100000001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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