Html Css Color HEX #480591 Indigo

📋 copy color: '#480591'

red 72 ◦ green 5 ◦ blue 145

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

Shades of Indigo #480591

Tints of Indigo #480591

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.25%

 BLUE value IS 145 (57.03% from 255) = 65.32%

R = 32.43%
G = 2.25%
B = 65.32%

CMYK

 C value IS 0.50

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#480591 (or 0x480591) is known color: Indigo. HEX triplet: 48, 05 and 91. RGB value is (72,5,145). Sum of RGB (Red+Green+Blue) = 72+5+145=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 145 (57.03% from 255 or 65.32% from 222); Max value from RGB is 145 - color contains mainly: blue. Hex color #480591 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480591 is #B7FA6E. Grayscale: #282828. Windows color (decimal): -12057199 or 9504072. OLE color: 9504072.

HSL color Cylindrical-coordinate representation of color #480591: hue angle of 268.71º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #480591 is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 72 5 145 -
CMYK 0.50 0.97 0 0.43
HSL 268.71º 0.93% 0.29% -
HSV(B) 268.71º 0.97% 0.57% -
XYZ 7.84 3.53 27.06 -
YUV 40.99 186.7 150.12 -
System Red Green Blue C M Y K H S L
Decimal 72 5 145 0.50 0.97 0 0.43 268.71 0.93 0.29
Hex 48 5 91 32 61 0 2B 10D 5D 1D
Octal 110 5 221 62 141 0 53 415 135 35
Binary 1001000 101 10010001 110010 1100001 0 101011 100001101 1011101 11101

Color Harmonies of #480591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480591

Black with #480591

Text Example


Text Example

White with #480591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480591; }

 p { color: rgb(72,5,145); }

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

background-color css

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

 a { background-color: rgb(72,5,145); }

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

border-color css

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

 span { border-color: rgb(72,5,145); }

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