Html Css Color HEX #480BA8 Indigo

📋 copy color: '#480BA8'

red 72 ◦ green 11 ◦ blue 168

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

Shades of Indigo #480BA8

Tints of Indigo #480BA8

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.38%

 BLUE value IS 168 (66.02% from 255) = 66.93%

R = 28.69%
G = 4.38%
B = 66.93%

CMYK

 C value IS 0.57

 M value IS 0.93

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#480BA8 (or 0x480BA8) is known color: Indigo. HEX triplet: 48, 0B and A8. RGB value is (72,11,168). Sum of RGB (Red+Green+Blue) = 72+11+168=251 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.69% from 251); Green value is 11 (4.69% from 255 or 4.38% from 251); Blue value is 168 (66.02% from 255 or 66.93% from 251); Max value from RGB is 168 - color contains mainly: blue. Hex color #480BA8 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480BA8 is #B7F457. Grayscale: #2E2E2E. Windows color (decimal): -12055640 or 11012936. OLE color: 11012936.

HSL color Cylindrical-coordinate representation of color #480BA8: hue angle of 263.31º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #480BA8 is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 72 11 168 -
CMYK 0.57 0.93 0 0.34
HSL 263.31º 0.88% 0.35% -
HSV(B) 263.31º 0.93% 0.66% -
XYZ 9.86 4.44 37.38 -
YUV 47.14 196.21 145.73 -
System Red Green Blue C M Y K H S L
Decimal 72 11 168 0.57 0.93 0 0.34 263.31 0.88 0.35
Hex 48 B A8 39 5D 0 22 107 58 23
Octal 110 13 250 71 135 0 42 407 130 43
Binary 1001000 1011 10101000 111001 1011101 0 100010 100000111 1011000 100011

Color Harmonies of #480BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480BA8

Black with #480BA8

Text Example


Text Example

White with #480BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,11,168); }

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

background-color css

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

 a { background-color: rgb(72,11,168); }

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

border-color css

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

 span { border-color: rgb(72,11,168); }

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