Html Css Color HEX #480075 Indigo

📋 copy color: '#480075'

red 72 ◦ green 0 ◦ blue 117

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

Shades of Indigo #480075

Tints of Indigo #480075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 61.9%

R = 38.1%
G = 0%
B = 61.9%

CMYK

 C value IS 0.38

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#480075 (or 0x480075) is known color: Indigo. HEX triplet: 48, 00 and 75. RGB value is (72,0,117). Sum of RGB (Red+Green+Blue) = 72+0+117=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 117 (46.09% from 255 or 61.90% from 189); Max value from RGB is 117 - color contains mainly: blue. Hex color #480075 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480075 is #B7FF8A. Grayscale: #222222. Windows color (decimal): -12058507 or 7667784. OLE color: 7667784.

HSL color Cylindrical-coordinate representation of color #480075: hue angle of 276.92º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #480075 is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 72 0 117 -
CMYK 0.38 1 0 0.54
HSL 276.92º 1% 0.23% -
HSV(B) 276.92º 1% 0.46% -
XYZ 5.88 2.66 17.03 -
YUV 34.87 174.35 154.49 -
System Red Green Blue C M Y K H S L
Decimal 72 0 117 0.38 1 0 0.54 276.92 1 0.23
Hex 48 0 75 26 64 0 36 115 64 17
Octal 110 0 165 46 144 0 66 425 144 27
Binary 1001000 0 1110101 100110 1100100 0 110110 100010101 1100100 10111

Color Harmonies of #480075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480075

Black with #480075

Text Example


Text Example

White with #480075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480075; }

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

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

background-color css

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

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

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

border-color css

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

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

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