Html Css Color HEX #480096 Indigo

📋 copy color: '#480096'

red 72 ◦ green 0 ◦ blue 150

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

Shades of Indigo #480096

Tints of Indigo #480096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 67.57%

R = 32.43%
G = 0%
B = 67.57%

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

#480096 (or 0x480096) is known color: Indigo. HEX triplet: 48, 00 and 96. RGB value is (72,0,150). Sum of RGB (Red+Green+Blue) = 72+0+150=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 150 (58.98% from 255 or 67.57% from 222); Max value from RGB is 150 - color contains mainly: blue. Hex color #480096 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480096 is #B7FF69. Grayscale: #262626. Windows color (decimal): -12058474 or 9830472. OLE color: 9830472.

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

Color convert

RGB 72 0 150 -
CMYK 0.52 1 0 0.41
HSL 268.8º 1% 0.29% -
HSV(B) 268.8º 1% 0.59% -
XYZ 8.18 3.58 29.11 -
YUV 38.63 190.85 151.8 -
System Red Green Blue C M Y K H S L
Decimal 72 0 150 0.52 1 0 0.41 268.8 1 0.29
Hex 48 0 96 34 64 0 29 10D 64 1D
Octal 110 0 226 64 144 0 51 415 144 35
Binary 1001000 0 10010110 110100 1100100 0 101001 100001101 1100100 11101

Color Harmonies of #480096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480096

Black with #480096

Text Example


Text Example

White with #480096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480096; }

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

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

background-color css

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

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

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

border-color css

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

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

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