#1C026C

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

Shades of Persian Indigo #1C026C

Tints of Persian Indigo #1C026C

Color information

#1C026C (or 0x1C026C) is unknown color: approx Persian Indigo. HEX triplet: 1C, 02 and 6C. RGB value is (28,2,108). Sum of RGB (Red+Green+Blue) = 28+2+108=138 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.29% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 108 (42.58% from 255 or 78.26% from 138); Max value from RGB is 108 - color contains mainly: blue. Hex color #1C026C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C026C is #E3FD93. Grayscale: #151515. Windows color (decimal): -14941588 or 7078428. OLE color: 7078428.

HSL color Cylindrical-coordinate representation of color #1C026C: hue angle of 254.72º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1C026C is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB282108-
CMYK0.740.9800.58
HSL254.72º96.36%21.57%-
HSV(B)254.72º98.15%42.35%-
XYZ3.211.3714.28-
YUV21.86176.61132.38-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 20.29%
GREEN value IS 2 (1.17% from 255) = 1.45%
BLUE value IS 108 (42.58% from 255) = 78.26%
R=20.29%
G=1.45%
B=78.26%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2821080.740.9800.58254.7296.3621.57
Hex1C26C4A6203Aff6016
Octal34215411214207237714026
Binary1110010110110010010101100010011101011111111110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C026C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,2,108); }

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

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

 a { background-color: rgb(28,2,108); }

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

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

 span { border-color: rgb(28,2,108); }

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