#1C026B

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

Shades of Persian Indigo #1C026B

Tints of Persian Indigo #1C026B

Color information

#1C026B (or 0x1C026B) is unknown color: approx Persian Indigo. HEX triplet: 1C, 02 and 6B. RGB value is (28,2,107). Sum of RGB (Red+Green+Blue) = 28+2+107=137 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.44% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 107 (42.19% from 255 or 78.10% from 137); Max value from RGB is 107 - color contains mainly: blue. Hex color #1C026B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C026B is #E3FD94. Grayscale: #151515. Windows color (decimal): -14941589 or 7012892. OLE color: 7012892.

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

Color convert

RGB282107-
CMYK0.740.9800.58
HSL254.86º96.33%21.37%-
HSV(B)254.86º98.13%41.96%-
XYZ3.151.3514-
YUV21.74176.11132.46-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 20.44%
GREEN value IS 2 (1.17% from 255) = 1.46%
BLUE value IS 107 (42.19% from 255) = 78.10%
R=20.44%
G=1.46%
B=78.10%

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
Decimal2821070.740.9800.58254.8696.3321.37
Hex1C26B4A6203Aff6015
Octal34215311214207237714025
Binary1110010110101110010101100010011101011111111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C026B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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