Html Css Color HEX #480B73 Indigo

📋 copy color: '#480B73'

red 72 ◦ green 11 ◦ blue 115

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

Shades of Indigo #480B73

Tints of Indigo #480B73

RGB

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

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

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

R = 36.36%
G = 5.56%
B = 58.08%

CMYK

 C value IS 0.37

 M value IS 0.90

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#480B73 (or 0x480B73) is known color: Indigo. HEX triplet: 48, 0B and 73. RGB value is (72,11,115). Sum of RGB (Red+Green+Blue) = 72+11+115=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 11 (4.69% from 255 or 5.56% from 198); Blue value is 115 (45.31% from 255 or 58.08% from 198); Max value from RGB is 115 - color contains mainly: blue. Hex color #480B73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480B73 is #B7F48C. Grayscale: #282828. Windows color (decimal): -12055693 or 7539528. OLE color: 7539528.

HSL color Cylindrical-coordinate representation of color #480B73: hue angle of 275.19º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #480B73 is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 11 115 -
CMYK 0.37 0.90 0 0.55
HSL 275.19º 0.83% 0.25% -
HSV(B) 275.19º 0.9% 0.45% -
XYZ 5.89 2.85 16.46 -
YUV 41.1 169.71 150.04 -
System Red Green Blue C M Y K H S L
Decimal 72 11 115 0.37 0.90 0 0.55 275.19 0.83 0.25
Hex 48 B 73 25 5A 0 37 113 53 19
Octal 110 13 163 45 132 0 67 423 123 31
Binary 1001000 1011 1110011 100101 1011010 0 110111 100010011 1010011 11001

Color Harmonies of #480B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480B73

Black with #480B73

Text Example


Text Example

White with #480B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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