#1C0168

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

Shades of Persian Indigo #1C0168

Tints of Persian Indigo #1C0168

Color information

#1C0168 (or 0x1C0168) is unknown color: approx Persian Indigo. HEX triplet: 1C, 01 and 68. RGB value is (28,1,104). Sum of RGB (Red+Green+Blue) = 28+1+104=133 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.05% from 133); Green value is 1 (0.78% from 255 or 0.75% from 133); Blue value is 104 (41.02% from 255 or 78.20% from 133); Max value from RGB is 104 - color contains mainly: blue. Hex color #1C0168 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C0168 is #E3FE97. Grayscale: #141414. Windows color (decimal): -14941848 or 6816028. OLE color: 6816028.

HSL color Cylindrical-coordinate representation of color #1C0168: hue angle of 255.73º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1C0168 is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB281104-
CMYK0.730.9900.59
HSL255.73º98.1%20.59%-
HSV(B)255.73º99.04%40.78%-
XYZ2.991.2713.18-
YUV20.82174.95133.12-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 21.05%
GREEN value IS 1 (0.78% from 255) = 0.75%
BLUE value IS 104 (41.02% from 255) = 78.20%
R=21.05%
G=0.75%
B=78.20%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2811040.730.9900.59255.7398.120.59
Hex1C168496303B1006215
Octal34115011114307340014225
Binary1110011101000100100111000110111011100000000110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,1,104); }

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

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

 a { background-color: rgb(28,1,104); }

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

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

 span { border-color: rgb(28,1,104); }

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