Html Css Color HEX #1D0472 Persian Indigo

📋 copy color: '#1D0472'

red 29 ◦ green 4 ◦ blue 114

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

Shades of Persian Indigo #1D0472

Tints of Persian Indigo #1D0472

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.72%

 BLUE value IS 114 (44.92% from 255) = 77.55%

R = 19.73%
G = 2.72%
B = 77.55%

CMYK

 C value IS 0.75

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1D0472 (or 0x1D0472) is known color: Persian Indigo. HEX triplet: 1D, 04 and 72. RGB value is (29,4,114). Sum of RGB (Red+Green+Blue) = 29+4+114=147 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.73% from 147); Green value is 4 (1.95% from 255 or 2.72% from 147); Blue value is 114 (44.92% from 255 or 77.55% from 147); Max value from RGB is 114 - color contains mainly: blue. Hex color #1D0472 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0472 is #E2FB8D. Grayscale: #171717. Windows color (decimal): -14875534 or 7472157. OLE color: 7472157.

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

Color convert

RGB 29 4 114 -
CMYK 0.75 0.96 0 0.55
HSL 253.64º 0.93% 0.23% -
HSV(B) 253.64º 0.96% 0.45% -
XYZ 3.59 1.56 16.03 -
YUV 24.02 178.78 131.56 -
System Red Green Blue C M Y K H S L
Decimal 29 4 114 0.75 0.96 0 0.55 253.64 0.93 0.23
Hex 1D 4 72 4B 60 0 37 FE 5D 17
Octal 35 4 162 113 140 0 67 376 135 27
Binary 11101 100 1110010 1001011 1100000 0 110111 11111110 1011101 10111

Color Harmonies of #1D0472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0472

Black with #1D0472

Text Example


Text Example

White with #1D0472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,4,114); }

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

background-color css

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

 a { background-color: rgb(29,4,114); }

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

border-color css

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

 span { border-color: rgb(29,4,114); }

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