#1D006E

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

Shades of Persian Indigo #1D006E

Tints of Persian Indigo #1D006E

Color information

#1D006E (or 0x1D006E) is unknown color: approx Persian Indigo. HEX triplet: 1D, 00 and 6E. RGB value is (29,0,110). Sum of RGB (Red+Green+Blue) = 29+0+110=139 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.86% from 139); Green value is 0 (0.39% from 255 or 0% from 139); Blue value is 110 (43.36% from 255 or 79.14% from 139); Max value from RGB is 110 - color contains mainly: blue. Hex color #1D006E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D006E is #E2FF91. Grayscale: #141414. Windows color (decimal): -14876562 or 7208989. OLE color: 7208989.

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

Color convert

RGB290110-
CMYK0.74100.57
HSL255.82º100%21.57%-
HSV(B)255.82º100%43.14%-
XYZ3.321.3914.84-
YUV21.21178.11133.56-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 20.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 110 (43.36% from 255) = 79.14%
R=20.86%
G=0%
B=79.14%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal2901100.74100.57255.8210021.57
Hex1D06E4A640391006416
Octal35015611214407140014426
Binary1110101101110100101011001000111001100000000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D006E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,0,110); }

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

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

 a { background-color: rgb(29,0,110); }

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

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

 span { border-color: rgb(29,0,110); }

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