#1D0175

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

Shades of Persian Indigo #1D0175

Tints of Persian Indigo #1D0175

Color information

#1D0175 (or 0x1D0175) is unknown color: approx Persian Indigo. HEX triplet: 1D, 01 and 75. RGB value is (29,1,117). Sum of RGB (Red+Green+Blue) = 29+1+117=147 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.73% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 117 (46.09% from 255 or 79.59% from 147); Max value from RGB is 117 - color contains mainly: blue. Hex color #1D0175 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0175 is #E2FE8A. Grayscale: #161616. Windows color (decimal): -14876299 or 7667997. OLE color: 7667997.

HSL color Cylindrical-coordinate representation of color #1D0175: hue angle of 254.48º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1D0175 is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB291117-
CMYK0.750.9900.54
HSL254.48º98.31%23.14%-
HSV(B)254.48º99.15%45.88%-
XYZ3.731.5716.94-
YUV22.6181.28132.57-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 19.73%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 117 (46.09% from 255) = 79.59%
R=19.73%
G=0.68%
B=79.59%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2911170.750.9900.54254.4898.3123.14
Hex1D1754B63036fe6217
Octal35116511314306637614227
Binary111011111010110010111100011011011011111110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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