Html Css Color HEX #480180 Indigo

📋 copy color: '#480180'

red 72 ◦ green 1 ◦ blue 128

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

Shades of Indigo #480180

Tints of Indigo #480180

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

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

R = 35.82%
G = 0.5%
B = 63.68%

CMYK

 C value IS 0.44

 M value IS 0.99

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#480180 (or 0x480180) is known color: Indigo. HEX triplet: 48, 01 and 80. RGB value is (72,1,128). Sum of RGB (Red+Green+Blue) = 72+1+128=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 128 (50.39% from 255 or 63.68% from 201); Max value from RGB is 128 - color contains mainly: blue. Hex color #480180 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480180 is #B7FE7F. Grayscale: #242424. Windows color (decimal): -12058240 or 8388936. OLE color: 8388936.

HSL color Cylindrical-coordinate representation of color #480180: hue angle of 273.54º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #480180 is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 72 1 128 -
CMYK 0.44 0.99 0 0.50
HSL 273.54º 0.98% 0.25% -
HSV(B) 273.54º 0.99% 0.5% -
XYZ 6.58 2.96 20.65 -
YUV 36.71 179.52 153.17 -
System Red Green Blue C M Y K H S L
Decimal 72 1 128 0.44 0.99 0 0.50 273.54 0.98 0.25
Hex 48 1 80 2C 63 0 32 112 62 19
Octal 110 1 200 54 143 0 62 422 142 31
Binary 1001000 1 10000000 101100 1100011 0 110010 100010010 1100010 11001

Color Harmonies of #480180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480180

Black with #480180

Text Example


Text Example

White with #480180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480180; }

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

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

background-color css

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

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

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

border-color css

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

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

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