Html Css Color HEX #1D0477 Persian Indigo

📋 copy color: '#1D0477'

red 29 ◦ green 4 ◦ blue 119

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

Shades of Persian Indigo #1D0477

Tints of Persian Indigo #1D0477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 78.29%

R = 19.08%
G = 2.63%
B = 78.29%

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

#1D0477 (or 0x1D0477) is known color: Persian Indigo. HEX triplet: 1D, 04 and 77. RGB value is (29,4,119). Sum of RGB (Red+Green+Blue) = 29+4+119=152 (20% of max value = 765). Red value is 29 (11.72% from 255 or 19.08% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 119 (46.88% from 255 or 78.29% from 152); Max value from RGB is 119 - color contains mainly: blue. Hex color #1D0477 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0477 is #E2FB88. Grayscale: #181818. Windows color (decimal): -14875529 or 7799837. OLE color: 7799837.

HSL color Cylindrical-coordinate representation of color #1D0477: hue angle of 253.04º degrees, saturation: 0.93, 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 #1D0477 is Cyan = 0.76, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 29 4 119 -
CMYK 0.76 0.97 0 0.53
HSL 253.04º 0.93% 0.24% -
HSV(B) 253.04º 0.97% 0.47% -
XYZ 3.88 1.68 17.57 -
YUV 24.59 181.28 131.15 -
System Red Green Blue C M Y K H S L
Decimal 29 4 119 0.76 0.97 0 0.53 253.04 0.93 0.24
Hex 1D 4 77 4C 61 0 35 FD 5D 18
Octal 35 4 167 114 141 0 65 375 135 30
Binary 11101 100 1110111 1001100 1100001 0 110101 11111101 1011101 11000

Color Harmonies of #1D0477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0477

Black with #1D0477

Text Example


Text Example

White with #1D0477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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