Html Css Color HEX #480095 Indigo

📋 copy color: '#480095'

red 72 ◦ green 0 ◦ blue 149

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

Shades of Indigo #480095

Tints of Indigo #480095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 67.42%

R = 32.58%
G = 0%
B = 67.42%

CMYK

 C value IS 0.52

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#480095 (or 0x480095) is known color: Indigo. HEX triplet: 48, 00 and 95. RGB value is (72,0,149). Sum of RGB (Red+Green+Blue) = 72+0+149=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 149 (58.59% from 255 or 67.42% from 221); Max value from RGB is 149 - color contains mainly: blue. Hex color #480095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480095 is #B7FF6A. Grayscale: #252525. Windows color (decimal): -12058475 or 9764936. OLE color: 9764936.

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

Color convert

RGB 72 0 149 -
CMYK 0.52 1 0 0.42
HSL 268.99º 1% 0.29% -
HSV(B) 268.99º 1% 0.58% -
XYZ 8.1 3.55 28.69 -
YUV 38.51 190.35 151.88 -
System Red Green Blue C M Y K H S L
Decimal 72 0 149 0.52 1 0 0.42 268.99 1 0.29
Hex 48 0 95 34 64 0 2A 10D 64 1D
Octal 110 0 225 64 144 0 52 415 144 35
Binary 1001000 0 10010101 110100 1100100 0 101010 100001101 1100100 11101

Color Harmonies of #480095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480095

Black with #480095

Text Example


Text Example

White with #480095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480095; }

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

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

background-color css

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

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

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

border-color css

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

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

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