Html Css Color HEX #480E81 Indigo

📋 copy color: '#480E81'

red 72 ◦ green 14 ◦ blue 129

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

Shades of Indigo #480E81

Tints of Indigo #480E81

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.51%

 BLUE value IS 129 (50.78% from 255) = 60%

R = 33.49%
G = 6.51%
B = 60%

CMYK

 C value IS 0.44

 M value IS 0.89

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#480E81 (or 0x480E81) is known color: Indigo. HEX triplet: 48, 0E and 81. RGB value is (72,14,129). Sum of RGB (Red+Green+Blue) = 72+14+129=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 14 (5.86% from 255 or 6.51% from 215); Blue value is 129 (50.78% from 255 or 60% from 215); Max value from RGB is 129 - color contains mainly: blue. Hex color #480E81 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480E81 is #B7F17E. Grayscale: #2C2C2C. Windows color (decimal): -12054911 or 8457800. OLE color: 8457800.

HSL color Cylindrical-coordinate representation of color #480E81: hue angle of 270.26º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #480E81 is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 14 129 -
CMYK 0.44 0.89 0 0.49
HSL 270.26º 0.8% 0.28% -
HSV(B) 270.26º 0.89% 0.51% -
XYZ 6.79 3.28 21.04 -
YUV 44.45 175.72 147.65 -
System Red Green Blue C M Y K H S L
Decimal 72 14 129 0.44 0.89 0 0.49 270.26 0.8 0.28
Hex 48 E 81 2C 59 0 31 10E 50 1C
Octal 110 16 201 54 131 0 61 416 120 34
Binary 1001000 1110 10000001 101100 1011001 0 110001 100001110 1010000 11100

Color Harmonies of #480E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480E81

Black with #480E81

Text Example


Text Example

White with #480E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480E81; }

 p { color: rgb(72,14,129); }

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

background-color css

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

 a { background-color: rgb(72,14,129); }

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

border-color css

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

 span { border-color: rgb(72,14,129); }

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