Html Css Color HEX #480E70 Indigo

📋 copy color: '#480E70'

red 72 ◦ green 14 ◦ blue 112

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

Shades of Indigo #480E70

Tints of Indigo #480E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 56.57%

R = 36.36%
G = 7.07%
B = 56.57%

CMYK

 C value IS 0.36

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#480E70 (or 0x480E70) is known color: Indigo. HEX triplet: 48, 0E and 70. RGB value is (72,14,112). Sum of RGB (Red+Green+Blue) = 72+14+112=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 14 (5.86% from 255 or 7.07% from 198); Blue value is 112 (44.14% from 255 or 56.57% from 198); Max value from RGB is 112 - color contains mainly: blue. Hex color #480E70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480E70 is #B7F18F. Grayscale: #2A2A2A. Windows color (decimal): -12054928 or 7343688. OLE color: 7343688.

HSL color Cylindrical-coordinate representation of color #480E70: hue angle of 275.51º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #480E70 is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 14 112 -
CMYK 0.36 0.88 0 0.56
HSL 275.51º 0.78% 0.25% -
HSV(B) 275.51º 0.88% 0.44% -
XYZ 5.75 2.86 15.58 -
YUV 42.51 167.22 149.03 -
System Red Green Blue C M Y K H S L
Decimal 72 14 112 0.36 0.88 0 0.56 275.51 0.78 0.25
Hex 48 E 70 24 58 0 38 114 4E 19
Octal 110 16 160 44 130 0 70 424 116 31
Binary 1001000 1110 1110000 100100 1011000 0 111000 100010100 1001110 11001

Color Harmonies of #480E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480E70

Black with #480E70

Text Example


Text Example

White with #480E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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