Html Css Color HEX #480097 Indigo

📋 copy color: '#480097'

red 72 ◦ green 0 ◦ blue 151

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

Shades of Indigo #480097

Tints of Indigo #480097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 67.71%

R = 32.29%
G = 0%
B = 67.71%

CMYK

 C value IS 0.52

 M value IS 1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#480097 (or 0x480097) is known color: Indigo. HEX triplet: 48, 00 and 97. RGB value is (72,0,151). Sum of RGB (Red+Green+Blue) = 72+0+151=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 151 (59.38% from 255 or 67.71% from 223); Max value from RGB is 151 - color contains mainly: blue. Hex color #480097 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480097 is #B7FF68. Grayscale: #262626. Windows color (decimal): -12058473 or 9896008. OLE color: 9896008.

HSL color Cylindrical-coordinate representation of color #480097: hue angle of 268.61º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #480097 is Cyan = 0.52, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 72 0 151 -
CMYK 0.52 1 0 0.41
HSL 268.61º 1% 0.3% -
HSV(B) 268.61º 1% 0.59% -
XYZ 8.26 3.61 29.54 -
YUV 38.74 191.35 151.72 -
System Red Green Blue C M Y K H S L
Decimal 72 0 151 0.52 1 0 0.41 268.61 1 0.3
Hex 48 0 97 34 64 0 29 10D 64 1E
Octal 110 0 227 64 144 0 51 415 144 36
Binary 1001000 0 10010111 110100 1100100 0 101001 100001101 1100100 11110

Color Harmonies of #480097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480097

Black with #480097

Text Example


Text Example

White with #480097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480097; }

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

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

background-color css

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

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

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

border-color css

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

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

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