Html Css Color HEX #480963 Indigo

📋 copy color: '#480963'

red 72 ◦ green 9 ◦ blue 99

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

Shades of Indigo #480963

Tints of Indigo #480963

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5%

 BLUE value IS 99 (39.06% from 255) = 55%

R = 40%
G = 5%
B = 55%

CMYK

 C value IS 0.27

 M value IS 0.91

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#480963 (or 0x480963) is known color: Indigo. HEX triplet: 48, 09 and 63. RGB value is (72,9,99). Sum of RGB (Red+Green+Blue) = 72+9+99=180 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40% from 180); Green value is 9 (3.91% from 255 or 5% from 180); Blue value is 99 (39.06% from 255 or 55% from 180); Max value from RGB is 99 - color contains mainly: blue. Hex color #480963 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480963 is #B7F69C. Grayscale: #252525. Windows color (decimal): -12056221 or 6490440. OLE color: 6490440.

HSL color Cylindrical-coordinate representation of color #480963: hue angle of 282º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #480963 is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 72 9 99 -
CMYK 0.27 0.91 0 0.61
HSL 282º 0.83% 0.21% -
HSV(B) 282º 0.91% 0.39% -
XYZ 5.02 2.47 12.02 -
YUV 38.1 162.37 152.18 -
System Red Green Blue C M Y K H S L
Decimal 72 9 99 0.27 0.91 0 0.61 282 0.83 0.21
Hex 48 9 63 1B 5B 0 3D 11A 53 15
Octal 110 11 143 33 133 0 75 432 123 25
Binary 1001000 1001 1100011 11011 1011011 0 111101 100011010 1010011 10101

Color Harmonies of #480963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480963

Black with #480963

Text Example


Text Example

White with #480963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480963; }

 p { color: rgb(72,9,99); }

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

background-color css

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

 a { background-color: rgb(72,9,99); }

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

border-color css

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

 span { border-color: rgb(72,9,99); }

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