Html Css Color HEX #480380 Indigo

📋 copy color: '#480380'

red 72 ◦ green 3 ◦ blue 128

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

Shades of Indigo #480380

Tints of Indigo #480380

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.48%

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

R = 35.47%
G = 1.48%
B = 63.05%

CMYK

 C value IS 0.44

 M value IS 0.98

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#480380 (or 0x480380) is known color: Indigo. HEX triplet: 48, 03 and 80. RGB value is (72,3,128). Sum of RGB (Red+Green+Blue) = 72+3+128=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 128 (50.39% from 255 or 63.05% from 203); Max value from RGB is 128 - color contains mainly: blue. Hex color #480380 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480380 is #B7FC7F. Grayscale: #252525. Windows color (decimal): -12057728 or 8389448. OLE color: 8389448.

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

Color convert

RGB 72 3 128 -
CMYK 0.44 0.98 0 0.50
HSL 273.12º 0.95% 0.26% -
HSV(B) 273.12º 0.98% 0.5% -
XYZ 6.6 3 20.65 -
YUV 37.88 178.86 152.34 -
System Red Green Blue C M Y K H S L
Decimal 72 3 128 0.44 0.98 0 0.50 273.12 0.95 0.26
Hex 48 3 80 2C 62 0 32 111 5F 1A
Octal 110 3 200 54 142 0 62 421 137 32
Binary 1001000 11 10000000 101100 1100010 0 110010 100010001 1011111 11010

Color Harmonies of #480380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480380

Black with #480380

Text Example


Text Example

White with #480380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480380; }

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

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

background-color css

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

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

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

border-color css

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

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

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