Html Css Color HEX #480091 Indigo

📋 copy color: '#480091'

red 72 ◦ green 0 ◦ blue 145

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

Shades of Indigo #480091

Tints of Indigo #480091

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 33.18%
G = 0%
B = 66.82%

CMYK

 C value IS 0.50

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#480091 (or 0x480091) is known color: Indigo. HEX triplet: 48, 00 and 91. RGB value is (72,0,145). Sum of RGB (Red+Green+Blue) = 72+0+145=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 145 (57.03% from 255 or 66.82% from 217); Max value from RGB is 145 - color contains mainly: blue. Hex color #480091 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480091 is #B7FF6E. Grayscale: #252525. Windows color (decimal): -12058479 or 9502792. OLE color: 9502792.

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

Color convert

RGB 72 0 145 -
CMYK 0.50 1 0 0.43
HSL 269.79º 1% 0.28% -
HSV(B) 269.79º 1% 0.57% -
XYZ 7.78 3.42 27.04 -
YUV 38.06 188.35 152.21 -
System Red Green Blue C M Y K H S L
Decimal 72 0 145 0.50 1 0 0.43 269.79 1 0.28
Hex 48 0 91 32 64 0 2B 10E 64 1C
Octal 110 0 221 62 144 0 53 416 144 34
Binary 1001000 0 10010001 110010 1100100 0 101011 100001110 1100100 11100

Color Harmonies of #480091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480091

Black with #480091

Text Example


Text Example

White with #480091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480091; }

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

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

background-color css

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

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

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

border-color css

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

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

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