Html Css Color HEX #480163 Indigo

📋 copy color: '#480163'

red 72 ◦ green 1 ◦ blue 99

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

Shades of Indigo #480163

Tints of Indigo #480163

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.58%

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

R = 41.86%
G = 0.58%
B = 57.56%

CMYK

 C value IS 0.27

 M value IS 0.99

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#480163 (or 0x480163) is known color: Indigo. HEX triplet: 48, 01 and 63. RGB value is (72,1,99). Sum of RGB (Red+Green+Blue) = 72+1+99=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 99 (39.06% from 255 or 57.56% from 172); Max value from RGB is 99 - color contains mainly: blue. Hex color #480163 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480163 is #B7FE9C. Grayscale: #212121. Windows color (decimal): -12058269 or 6488392. OLE color: 6488392.

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

Color convert

RGB 72 1 99 -
CMYK 0.27 0.99 0 0.61
HSL 283.47º 0.98% 0.2% -
HSV(B) 283.47º 0.99% 0.39% -
XYZ 4.94 2.3 11.99 -
YUV 33.4 165.02 155.53 -
System Red Green Blue C M Y K H S L
Decimal 72 1 99 0.27 0.99 0 0.61 283.47 0.98 0.2
Hex 48 1 63 1B 63 0 3D 11B 62 14
Octal 110 1 143 33 143 0 75 433 142 24
Binary 1001000 1 1100011 11011 1100011 0 111101 100011011 1100010 10100

Color Harmonies of #480163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480163

Black with #480163

Text Example


Text Example

White with #480163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480163; }

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

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

background-color css

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

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

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

border-color css

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

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

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