#1D046F

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

Shades of Persian Indigo #1D046F

Tints of Persian Indigo #1D046F

Color information

#1D046F (or 0x1D046F) is unknown color: approx Persian Indigo. HEX triplet: 1D, 04 and 6F. RGB value is (29,4,111). Sum of RGB (Red+Green+Blue) = 29+4+111=144 (19% of max value = 765). Red value is 29 (11.72% from 255 or 20.14% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 111 (43.75% from 255 or 77.08% from 144); Max value from RGB is 111 - color contains mainly: blue. Hex color #1D046F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D046F is #E2FB90. Grayscale: #171717. Windows color (decimal): -14875537 or 7275549. OLE color: 7275549.

HSL color Cylindrical-coordinate representation of color #1D046F: hue angle of 254.02º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1D046F is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB294111-
CMYK0.740.9600.56
HSL254.02º93.04%22.55%-
HSV(B)254.02º96.4%43.53%-
XYZ3.421.515.15-
YUV23.67177.28131.8-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 20.14%
GREEN value IS 4 (1.95% from 255) = 2.78%
BLUE value IS 111 (43.75% from 255) = 77.08%
R=20.14%
G=2.78%
B=77.08%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2941110.740.9600.56254.0293.0422.55
Hex1D46F4A60038fe5d17
Octal35415711214007037613527
Binary11101100110111110010101100000011100011111110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D046F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,4,111); }

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

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

 a { background-color: rgb(29,4,111); }

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

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

 span { border-color: rgb(29,4,111); }

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