#1D026B

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

Shades of Persian Indigo #1D026B

Tints of Persian Indigo #1D026B

Color information

#1D026B (or 0x1D026B) is unknown color: approx Persian Indigo. HEX triplet: 1D, 02 and 6B. RGB value is (29,2,107). Sum of RGB (Red+Green+Blue) = 29+2+107=138 (18% of max value = 765). Red value is 29 (11.72% from 255 or 21.01% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 107 (42.19% from 255 or 77.54% from 138); Max value from RGB is 107 - color contains mainly: blue. Hex color #1D026B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D026B is #E2FD94. Grayscale: #151515. Windows color (decimal): -14876053 or 7012893. OLE color: 7012893.

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

Color convert

RGB292107-
CMYK0.730.9800.58
HSL255.43º96.33%21.37%-
HSV(B)255.43º98.13%41.96%-
XYZ3.181.3714.01-
YUV22.04175.95132.96-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 21.01%
GREEN value IS 2 (1.17% from 255) = 1.45%
BLUE value IS 107 (42.19% from 255) = 77.54%
R=21.01%
G=1.45%
B=77.54%

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
Decimal2921070.730.9800.58255.4396.3321.37
Hex1D26B496203Aff6015
Octal35215311114207237714025
Binary1110110110101110010011100010011101011111111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D026B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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