#1D0373

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

Shades of Persian Indigo #1D0373

Tints of Persian Indigo #1D0373

Color information

#1D0373 (or 0x1D0373) is unknown color: approx Persian Indigo. HEX triplet: 1D, 03 and 73. RGB value is (29,3,115). Sum of RGB (Red+Green+Blue) = 29+3+115=147 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.73% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 115 (45.31% from 255 or 78.23% from 147); Max value from RGB is 115 - color contains mainly: blue. Hex color #1D0373 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0373 is #E2FC8C. Grayscale: #171717. Windows color (decimal): -14875789 or 7537437. OLE color: 7537437.

HSL color Cylindrical-coordinate representation of color #1D0373: hue angle of 253.93º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D0373 is Cyan = 0.75, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB293115-
CMYK0.750.9700.55
HSL253.93º94.92%23.14%-
HSV(B)253.93º97.39%45.1%-
XYZ3.631.5616.33-
YUV23.54179.61131.89-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 19.73%
GREEN value IS 3 (1.56% from 255) = 2.04%
BLUE value IS 115 (45.31% from 255) = 78.23%
R=19.73%
G=2.04%
B=78.23%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2931150.750.9700.55253.9394.9223.14
Hex1D3734B61037fe5f17
Octal35316311314106737613727
Binary1110111111001110010111100001011011111111110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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