#1D036E

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

Shades of Persian Indigo #1D036E

Tints of Persian Indigo #1D036E

Color information

#1D036E (or 0x1D036E) is unknown color: approx Persian Indigo. HEX triplet: 1D, 03 and 6E. RGB value is (29,3,110). Sum of RGB (Red+Green+Blue) = 29+3+110=142 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.42% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 110 (43.36% from 255 or 77.46% from 142); Max value from RGB is 110 - color contains mainly: blue. Hex color #1D036E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D036E is #E2FC91. Grayscale: #161616. Windows color (decimal): -14875794 or 7209757. OLE color: 7209757.

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

Color convert

RGB293110-
CMYK0.740.9700.57
HSL254.58º94.69%22.16%-
HSV(B)254.58º97.27%43.14%-
XYZ3.351.4514.86-
YUV22.97177.11132.3-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 20.42%
GREEN value IS 3 (1.56% from 255) = 2.11%
BLUE value IS 110 (43.36% from 255) = 77.46%
R=20.42%
G=2.11%
B=77.46%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal2931100.740.9700.57254.5894.6922.16
Hex1D36E4A61039ff5f16
Octal35315611214107137713726
Binary1110111110111010010101100001011100111111111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D036E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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