#1D017A

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

Shades of Persian Indigo #1D017A

Tints of Persian Indigo #1D017A

Color information

#1D017A (or 0x1D017A) is unknown color: approx Persian Indigo. HEX triplet: 1D, 01 and 7A. RGB value is (29,1,122). Sum of RGB (Red+Green+Blue) = 29+1+122=152 (20% of max value = 765). Red value is 29 (11.72% from 255 or 19.08% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 122 (48.05% from 255 or 80.26% from 152); Max value from RGB is 122 - color contains mainly: blue. Hex color #1D017A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D017A is #E2FE85. Grayscale: #161616. Windows color (decimal): -14876294 or 7995677. OLE color: 7995677.

HSL color Cylindrical-coordinate representation of color #1D017A: hue angle of 253.88º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1D017A is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB291122-
CMYK0.760.9900.52
HSL253.88º98.37%24.12%-
HSV(B)253.88º99.18%47.84%-
XYZ4.031.6918.53-
YUV23.17183.78132.16-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 19.08%
GREEN value IS 1 (0.78% from 255) = 0.66%
BLUE value IS 122 (48.05% from 255) = 80.26%
R=19.08%
G=0.66%
B=80.26%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2911220.760.9900.52253.8898.3724.12
Hex1D17A4C63034fe6218
Octal35117211414306437614230
Binary111011111101010011001100011011010011111110110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D017A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,1,122); }

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

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

 a { background-color: rgb(29,1,122); }

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

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

 span { border-color: rgb(29,1,122); }

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