Html Css Color HEX #480077 Indigo

📋 copy color: '#480077'

red 72 ◦ green 0 ◦ blue 119

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

Shades of Indigo #480077

Tints of Indigo #480077

RGB

 RED value IS 72 (28.52% from 255) = 37.7%

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

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

R = 37.7%
G = 0%
B = 62.3%

CMYK

 C value IS 0.39

 M value IS 1

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#480077 (or 0x480077) is known color: Indigo. HEX triplet: 48, 00 and 77. RGB value is (72,0,119). Sum of RGB (Red+Green+Blue) = 72+0+119=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 119 (46.88% from 255 or 62.30% from 191); Max value from RGB is 119 - color contains mainly: blue. Hex color #480077 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480077 is #B7FF88. Grayscale: #222222. Windows color (decimal): -12058505 or 7798856. OLE color: 7798856.

HSL color Cylindrical-coordinate representation of color #480077: hue angle of 276.3º 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 #480077 is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 0 119 -
CMYK 0.39 1 0 0.53
HSL 276.3º 1% 0.23% -
HSV(B) 276.3º 1% 0.47% -
XYZ 6 2.71 17.66 -
YUV 35.09 175.35 154.32 -
System Red Green Blue C M Y K H S L
Decimal 72 0 119 0.39 1 0 0.53 276.3 1 0.23
Hex 48 0 77 27 64 0 35 114 64 17
Octal 110 0 167 47 144 0 65 424 144 27
Binary 1001000 0 1110111 100111 1100100 0 110101 100010100 1100100 10111

Color Harmonies of #480077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480077

Black with #480077

Text Example


Text Example

White with #480077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480077; }

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

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

background-color css

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

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

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

border-color css

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

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

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