Html Css Color HEX #481480 Indigo

📋 copy color: '#481480'

red 72 ◦ green 20 ◦ blue 128

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

Shades of Indigo #481480

Tints of Indigo #481480

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.09%

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

R = 32.73%
G = 9.09%
B = 58.18%

CMYK

 C value IS 0.44

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#481480 (or 0x481480) is known color: Indigo. HEX triplet: 48, 14 and 80. RGB value is (72,20,128). Sum of RGB (Red+Green+Blue) = 72+20+128=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 20 (8.20% from 255 or 9.09% from 220); Blue value is 128 (50.39% from 255 or 58.18% from 220); Max value from RGB is 128 - color contains mainly: blue. Hex color #481480 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481480 is #B7EB7F. Grayscale: #2F2F2F. Windows color (decimal): -12053376 or 8393800. OLE color: 8393800.

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

Color convert

RGB 72 20 128 -
CMYK 0.44 0.84 0 0.50
HSL 268.89º 0.73% 0.29% -
HSV(B) 268.89º 0.84% 0.5% -
XYZ 6.82 3.44 20.73 -
YUV 47.86 173.23 145.22 -
System Red Green Blue C M Y K H S L
Decimal 72 20 128 0.44 0.84 0 0.50 268.89 0.73 0.29
Hex 48 14 80 2C 54 0 32 10D 49 1D
Octal 110 24 200 54 124 0 62 415 111 35
Binary 1001000 10100 10000000 101100 1010100 0 110010 100001101 1001001 11101

Color Harmonies of #481480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481480

Black with #481480

Text Example


Text Example

White with #481480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481480; }

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

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

background-color css

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

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

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

border-color css

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

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

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