Html Css Color HEX #1D0077 Persian Indigo

📋 copy color: '#1D0077'

red 29 ◦ green 0 ◦ blue 119

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

Shades of Persian Indigo #1D0077

Tints of Persian Indigo #1D0077

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 19.59%
G = 0%
B = 80.41%

CMYK

 C value IS 0.76

 M value IS 1

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1D0077 (or 0x1D0077) is known color: Persian Indigo. HEX triplet: 1D, 00 and 77. RGB value is (29,0,119). Sum of RGB (Red+Green+Blue) = 29+0+119=148 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.59% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 119 (46.88% from 255 or 80.41% from 148); Max value from RGB is 119 - color contains mainly: blue. Hex color #1D0077 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0077 is #E2FF88. Grayscale: #151515. Windows color (decimal): -14876553 or 7798813. OLE color: 7798813.

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

Color convert

RGB 29 0 119 -
CMYK 0.76 1 0 0.53
HSL 254.62º 1% 0.23% -
HSV(B) 254.62º 1% 0.47% -
XYZ 3.84 1.59 17.56 -
YUV 22.24 182.61 132.82 -
System Red Green Blue C M Y K H S L
Decimal 29 0 119 0.76 1 0 0.53 254.62 1 0.23
Hex 1D 0 77 4C 64 0 35 FF 64 17
Octal 35 0 167 114 144 0 65 377 144 27
Binary 11101 0 1110111 1001100 1100100 0 110101 11111111 1100100 10111

Color Harmonies of #1D0077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0077

Black with #1D0077

Text Example


Text Example

White with #1D0077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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