Html Css Color HEX #480899 Indigo

📋 copy color: '#480899'

red 72 ◦ green 8 ◦ blue 153

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

Shades of Indigo #480899

Tints of Indigo #480899

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.43%

 BLUE value IS 153 (60.16% from 255) = 65.67%

R = 30.9%
G = 3.43%
B = 65.67%

CMYK

 C value IS 0.53

 M value IS 0.95

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#480899 (or 0x480899) is known color: Indigo. HEX triplet: 48, 08 and 99. RGB value is (72,8,153). Sum of RGB (Red+Green+Blue) = 72+8+153=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 8 (3.52% from 255 or 3.43% from 233); Blue value is 153 (60.16% from 255 or 65.67% from 233); Max value from RGB is 153 - color contains mainly: blue. Hex color #480899 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480899 is #B7F766. Grayscale: #2B2B2B. Windows color (decimal): -12056423 or 10029128. OLE color: 10029128.

HSL color Cylindrical-coordinate representation of color #480899: hue angle of 266.48º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #480899 is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 72 8 153 -
CMYK 0.53 0.95 0 0.4
HSL 266.48º 0.9% 0.32% -
HSV(B) 266.48º 0.95% 0.6% -
XYZ 8.51 3.85 30.43 -
YUV 43.67 189.7 148.21 -
System Red Green Blue C M Y K H S L
Decimal 72 8 153 0.53 0.95 0 0.4 266.48 0.9 0.32
Hex 48 8 99 35 5F 0 28 10A 5A 20
Octal 110 10 231 65 137 0 50 412 132 40
Binary 1001000 1000 10011001 110101 1011111 0 101000 100001010 1011010 100000

Color Harmonies of #480899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480899

Black with #480899

Text Example


Text Example

White with #480899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480899; }

 p { color: rgb(72,8,153); }

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

background-color css

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

 a { background-color: rgb(72,8,153); }

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

border-color css

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

 span { border-color: rgb(72,8,153); }

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