#1D007A

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

Shades of Persian Indigo #1D007A

Tints of Persian Indigo #1D007A

Color information

#1D007A (or 0x1D007A) is unknown color: approx Persian Indigo. HEX triplet: 1D, 00 and 7A. RGB value is (29,0,122). Sum of RGB (Red+Green+Blue) = 29+0+122=151 (20% of max value = 765). Red value is 29 (11.72% from 255 or 19.21% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 122 (48.05% from 255 or 80.79% from 151); Max value from RGB is 122 - color contains mainly: blue. Hex color #1D007A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D007A is #E2FF85. Grayscale: #161616. Windows color (decimal): -14876550 or 7995421. OLE color: 7995421.

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

Color convert

RGB290122-
CMYK0.76100.52
HSL254.26º100%23.92%-
HSV(B)254.26º100%47.84%-
XYZ4.021.6718.52-
YUV22.58184.11132.58-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 19.21%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 122 (48.05% from 255) = 80.79%
R=19.21%
G=0%
B=80.79%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2901220.76100.52254.2610023.92
Hex1D07A4C64034fe6418
Octal35017211414406437614430
Binary111010111101010011001100100011010011111110110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D007A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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