Html Css Color HEX #480E89 Indigo

📋 copy color: '#480E89'

red 72 ◦ green 14 ◦ blue 137

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

Shades of Indigo #480E89

Tints of Indigo #480E89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 61.43%

R = 32.29%
G = 6.28%
B = 61.43%

CMYK

 C value IS 0.47

 M value IS 0.90

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#480E89 (or 0x480E89) is known color: Indigo. HEX triplet: 48, 0E and 89. RGB value is (72,14,137). Sum of RGB (Red+Green+Blue) = 72+14+137=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 14 (5.86% from 255 or 6.28% from 223); Blue value is 137 (53.91% from 255 or 61.43% from 223); Max value from RGB is 137 - color contains mainly: blue. Hex color #480E89 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480E89 is #B7F176. Grayscale: #2C2C2C. Windows color (decimal): -12054903 or 8982088. OLE color: 8982088.

HSL color Cylindrical-coordinate representation of color #480E89: hue angle of 268.29º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #480E89 is Cyan = 0.47, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 72 14 137 -
CMYK 0.47 0.90 0 0.46
HSL 268.29º 0.81% 0.3% -
HSV(B) 268.29º 0.9% 0.54% -
XYZ 7.34 3.5 23.95 -
YUV 45.36 179.72 147 -
System Red Green Blue C M Y K H S L
Decimal 72 14 137 0.47 0.90 0 0.46 268.29 0.81 0.3
Hex 48 E 89 2F 5A 0 2E 10C 51 1E
Octal 110 16 211 57 132 0 56 414 121 36
Binary 1001000 1110 10001001 101111 1011010 0 101110 100001100 1010001 11110

Color Harmonies of #480E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480E89

Black with #480E89

Text Example


Text Example

White with #480E89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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