Html Css Color HEX #1D0478 Persian Indigo

📋 copy color: '#1D0478'

red 29 ◦ green 4 ◦ blue 120

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

Shades of Persian Indigo #1D0478

Tints of Persian Indigo #1D0478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 78.43%

R = 18.95%
G = 2.61%
B = 78.43%

CMYK

 C value IS 0.76

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1D0478 (or 0x1D0478) is known color: Persian Indigo. HEX triplet: 1D, 04 and 78. RGB value is (29,4,120). Sum of RGB (Red+Green+Blue) = 29+4+120=153 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.95% from 153); Green value is 4 (1.95% from 255 or 2.61% from 153); Blue value is 120 (47.27% from 255 or 78.43% from 153); Max value from RGB is 120 - color contains mainly: blue. Hex color #1D0478 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0478 is #E2FB87. Grayscale: #181818. Windows color (decimal): -14875528 or 7865373. OLE color: 7865373.

HSL color Cylindrical-coordinate representation of color #1D0478: hue angle of 252.93º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D0478 is Cyan = 0.76, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 29 4 120 -
CMYK 0.76 0.97 0 0.53
HSL 252.93º 0.94% 0.24% -
HSV(B) 252.93º 0.97% 0.47% -
XYZ 3.94 1.7 17.89 -
YUV 24.7 181.78 131.07 -
System Red Green Blue C M Y K H S L
Decimal 29 4 120 0.76 0.97 0 0.53 252.93 0.94 0.24
Hex 1D 4 78 4C 61 0 35 FD 5E 18
Octal 35 4 170 114 141 0 65 375 136 30
Binary 11101 100 1111000 1001100 1100001 0 110101 11111101 1011110 11000

Color Harmonies of #1D0478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0478

Black with #1D0478

Text Example


Text Example

White with #1D0478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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