#1D026C

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

Shades of Persian Indigo #1D026C

Tints of Persian Indigo #1D026C

Color information

#1D026C (or 0x1D026C) is unknown color: approx Persian Indigo. HEX triplet: 1D, 02 and 6C. RGB value is (29,2,108). Sum of RGB (Red+Green+Blue) = 29+2+108=139 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.86% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 108 (42.58% from 255 or 77.70% from 139); Max value from RGB is 108 - color contains mainly: blue. Hex color #1D026C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D026C is #E2FD93. Grayscale: #151515. Windows color (decimal): -14876052 or 7078429. OLE color: 7078429.

HSL color Cylindrical-coordinate representation of color #1D026C: hue angle of 255.28º 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 #1D026C is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB292108-
CMYK0.730.9800.58
HSL255.28º96.36%21.57%-
HSV(B)255.28º98.15%42.35%-
XYZ3.241.3914.28-
YUV22.16176.45132.88-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 20.86%
GREEN value IS 2 (1.17% from 255) = 1.44%
BLUE value IS 108 (42.58% from 255) = 77.70%
R=20.86%
G=1.44%
B=77.70%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2921080.730.9800.58255.2896.3621.57
Hex1D26C496203Aff6016
Octal35215411114207237714026
Binary1110110110110010010011100010011101011111111110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D026C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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