Html Css Color HEX #480C80 Indigo

📋 copy color: '#480C80'

red 72 ◦ green 12 ◦ blue 128

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

Shades of Indigo #480C80

Tints of Indigo #480C80

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.66%

 BLUE value IS 128 (50.39% from 255) = 60.38%

R = 33.96%
G = 5.66%
B = 60.38%

CMYK

 C value IS 0.44

 M value IS 0.91

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#480C80 (or 0x480C80) is known color: Indigo. HEX triplet: 48, 0C and 80. RGB value is (72,12,128). Sum of RGB (Red+Green+Blue) = 72+12+128=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 12 (5.08% from 255 or 5.66% from 212); Blue value is 128 (50.39% from 255 or 60.38% from 212); Max value from RGB is 128 - color contains mainly: blue. Hex color #480C80 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480C80 is #B7F37F. Grayscale: #2A2A2A. Windows color (decimal): -12055424 or 8391752. OLE color: 8391752.

HSL color Cylindrical-coordinate representation of color #480C80: hue angle of 271.03º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #480C80 is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 72 12 128 -
CMYK 0.44 0.91 0 0.50
HSL 271.03º 0.83% 0.27% -
HSV(B) 271.03º 0.91% 0.5% -
XYZ 6.7 3.2 20.69 -
YUV 43.16 175.88 148.57 -
System Red Green Blue C M Y K H S L
Decimal 72 12 128 0.44 0.91 0 0.50 271.03 0.83 0.27
Hex 48 C 80 2C 5B 0 32 10F 53 1B
Octal 110 14 200 54 133 0 62 417 123 33
Binary 1001000 1100 10000000 101100 1011011 0 110010 100001111 1010011 11011

Color Harmonies of #480C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480C80

Black with #480C80

Text Example


Text Example

White with #480C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,12,128); }

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

background-color css

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

 a { background-color: rgb(72,12,128); }

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

border-color css

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

 span { border-color: rgb(72,12,128); }

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