Html Css Color HEX #1D0470 Persian Indigo

📋 copy color: '#1D0470'

red 29 ◦ green 4 ◦ blue 112

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

Shades of Persian Indigo #1D0470

Tints of Persian Indigo #1D0470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 77.24%

R = 20%
G = 2.76%
B = 77.24%

CMYK

 C value IS 0.74

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1D0470 (or 0x1D0470) is known color: Persian Indigo. HEX triplet: 1D, 04 and 70. RGB value is (29,4,112). Sum of RGB (Red+Green+Blue) = 29+4+112=145 (19% of max value = 765). Red value is 29 (11.72% from 255 or 20% from 145); Green value is 4 (1.95% from 255 or 2.76% from 145); Blue value is 112 (44.14% from 255 or 77.24% from 145); Max value from RGB is 112 - color contains mainly: blue. Hex color #1D0470 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0470 is #E2FB8F. Grayscale: #171717. Windows color (decimal): -14875536 or 7341085. OLE color: 7341085.

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

Color convert

RGB 29 4 112 -
CMYK 0.74 0.96 0 0.56
HSL 253.89º 0.93% 0.23% -
HSV(B) 253.89º 0.96% 0.44% -
XYZ 3.47 1.52 15.44 -
YUV 23.79 177.78 131.72 -
System Red Green Blue C M Y K H S L
Decimal 29 4 112 0.74 0.96 0 0.56 253.89 0.93 0.23
Hex 1D 4 70 4A 60 0 38 FE 5D 17
Octal 35 4 160 112 140 0 70 376 135 27
Binary 11101 100 1110000 1001010 1100000 0 111000 11111110 1011101 10111

Color Harmonies of #1D0470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0470

Black with #1D0470

Text Example


Text Example

White with #1D0470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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