Html Css Color HEX #480573 Indigo

📋 copy color: '#480573'

red 72 ◦ green 5 ◦ blue 115

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

Shades of Indigo #480573

Tints of Indigo #480573

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.6%

 BLUE value IS 115 (45.31% from 255) = 59.9%

R = 37.5%
G = 2.6%
B = 59.9%

CMYK

 C value IS 0.37

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#480573 (or 0x480573) is known color: Indigo. HEX triplet: 48, 05 and 73. RGB value is (72,5,115). Sum of RGB (Red+Green+Blue) = 72+5+115=192 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.5% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 115 (45.31% from 255 or 59.90% from 192); Max value from RGB is 115 - color contains mainly: blue. Hex color #480573 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480573 is #B7FA8C. Grayscale: #252525. Windows color (decimal): -12057229 or 7537992. OLE color: 7537992.

HSL color Cylindrical-coordinate representation of color #480573: hue angle of 276.55º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #480573 is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 5 115 -
CMYK 0.37 0.96 0 0.55
HSL 276.55º 0.92% 0.24% -
HSV(B) 276.55º 0.96% 0.45% -
XYZ 5.82 2.72 16.44 -
YUV 37.57 171.7 152.56 -
System Red Green Blue C M Y K H S L
Decimal 72 5 115 0.37 0.96 0 0.55 276.55 0.92 0.24
Hex 48 5 73 25 60 0 37 115 5C 18
Octal 110 5 163 45 140 0 67 425 134 30
Binary 1001000 101 1110011 100101 1100000 0 110111 100010101 1011100 11000

Color Harmonies of #480573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480573

Black with #480573

Text Example


Text Example

White with #480573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480573; }

 p { color: rgb(72,5,115); }

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

background-color css

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

 a { background-color: rgb(72,5,115); }

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

border-color css

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

 span { border-color: rgb(72,5,115); }

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