Html Css Color HEX #480AAA Indigo

📋 copy color: '#480AAA'

red 72 ◦ green 10 ◦ blue 170

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

Shades of Indigo #480AAA

Tints of Indigo #480AAA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.97%

 BLUE value IS 170 (66.8% from 255) = 67.46%

R = 28.57%
G = 3.97%
B = 67.46%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#480AAA (or 0x480AAA) is known color: Indigo. HEX triplet: 48, 0A and AA. RGB value is (72,10,170). Sum of RGB (Red+Green+Blue) = 72+10+170=252 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.57% from 252); Green value is 10 (4.30% from 255 or 3.97% from 252); Blue value is 170 (66.80% from 255 or 67.46% from 252); Max value from RGB is 170 - color contains mainly: blue. Hex color #480AAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480AAA is #B7F555. Grayscale: #2E2E2E. Windows color (decimal): -12055894 or 11143752. OLE color: 11143752.

HSL color Cylindrical-coordinate representation of color #480AAA: hue angle of 263.25º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #480AAA is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 10 170 -
CMYK 0.58 0.94 0 0.33
HSL 263.25º 0.89% 0.35% -
HSV(B) 263.25º 0.94% 0.67% -
XYZ 10.04 4.5 38.37 -
YUV 46.78 197.54 145.99 -
System Red Green Blue C M Y K H S L
Decimal 72 10 170 0.58 0.94 0 0.33 263.25 0.89 0.35
Hex 48 A AA 3A 5E 0 21 107 59 23
Octal 110 12 252 72 136 0 41 407 131 43
Binary 1001000 1010 10101010 111010 1011110 0 100001 100000111 1011001 100011

Color Harmonies of #480AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480AAA

Black with #480AAA

Text Example


Text Example

White with #480AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,10,170); }

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

background-color css

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

 a { background-color: rgb(72,10,170); }

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

border-color css

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

 span { border-color: rgb(72,10,170); }

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