Html Css Color HEX #1D0171 Persian Indigo

📋 copy color: '#1D0171'

red 29 ◦ green 1 ◦ blue 113

#1D0171
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #1D0171

Tints of Persian Indigo #1D0171

RGB

 RED value IS 29 (11.72% from 255) = 20.28%

 GREEN value IS 1 (0.78% from 255) = 0.7%

 BLUE value IS 113 (44.53% from 255) = 79.02%

R = 20.28%
G = 0.7%
B = 79.02%

CMYK

 C value IS 0.74

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1D0171 (or 0x1D0171) is known color: Persian Indigo. HEX triplet: 1D, 01 and 71. RGB value is (29,1,113). Sum of RGB (Red+Green+Blue) = 29+1+113=143 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.28% from 143); Green value is 1 (0.78% from 255 or 0.70% from 143); Blue value is 113 (44.53% from 255 or 79.02% from 143); Max value from RGB is 113 - color contains mainly: blue. Hex color #1D0171 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0171 is #E2FE8E. Grayscale: #151515. Windows color (decimal): -14876303 or 7405853. OLE color: 7405853.

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

Color convert

RGB 29 1 113 -
CMYK 0.74 0.99 0 0.56
HSL 255º 0.98% 0.22% -
HSV(B) 255º 0.99% 0.44% -
XYZ 3.5 1.48 15.72 -
YUV 22.14 179.28 132.89 -
System Red Green Blue C M Y K H S L
Decimal 29 1 113 0.74 0.99 0 0.56 255 0.98 0.22
Hex 1D 1 71 4A 63 0 38 FF 62 16
Octal 35 1 161 112 143 0 70 377 142 26
Binary 11101 1 1110001 1001010 1100011 0 111000 11111111 1100010 10110

Color Harmonies of #1D0171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0171

Black with #1D0171

Text Example


Text Example

White with #1D0171

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D0171;
 }
 .AnyTagClassName
 {
   color: #1D0171;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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