Html Css Color HEX #480063 Indigo

📋 copy color: '#480063'

red 72 ◦ green 0 ◦ blue 99

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

Shades of Indigo #480063

Tints of Indigo #480063

RGB

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

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

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

R = 42.11%
G = 0%
B = 57.89%

CMYK

 C value IS 0.27

 M value IS 1

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#480063 (or 0x480063) is known color: Indigo. HEX triplet: 48, 00 and 63. RGB value is (72,0,99). Sum of RGB (Red+Green+Blue) = 72+0+99=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 99 (39.06% from 255 or 57.89% from 171); Max value from RGB is 99 - color contains mainly: blue. Hex color #480063 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480063 is #B7FF9C. Grayscale: #202020. Windows color (decimal): -12058525 or 6488136. OLE color: 6488136.

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

Color convert

RGB 72 0 99 -
CMYK 0.27 1 0 0.61
HSL 283.64º 1% 0.19% -
HSV(B) 283.64º 1% 0.39% -
XYZ 4.92 2.28 11.98 -
YUV 32.81 165.35 155.95 -
System Red Green Blue C M Y K H S L
Decimal 72 0 99 0.27 1 0 0.61 283.64 1 0.19
Hex 48 0 63 1B 64 0 3D 11C 64 13
Octal 110 0 143 33 144 0 75 434 144 23
Binary 1001000 0 1100011 11011 1100100 0 111101 100011100 1100100 10011

Color Harmonies of #480063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480063

Black with #480063

Text Example


Text Example

White with #480063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480063; }

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

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

background-color css

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

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

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

border-color css

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

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

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