Html Css Color HEX #480864 Indigo

📋 copy color: '#480864'

red 72 ◦ green 8 ◦ blue 100

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

Shades of Indigo #480864

Tints of Indigo #480864

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.44%

 BLUE value IS 100 (39.45% from 255) = 55.56%

R = 40%
G = 4.44%
B = 55.56%

CMYK

 C value IS 0.28

 M value IS 0.92

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#480864 (or 0x480864) is known color: Indigo. HEX triplet: 48, 08 and 64. RGB value is (72,8,100). Sum of RGB (Red+Green+Blue) = 72+8+100=180 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40% from 180); Green value is 8 (3.52% from 255 or 4.44% from 180); Blue value is 100 (39.45% from 255 or 55.56% from 180); Max value from RGB is 100 - color contains mainly: blue. Hex color #480864 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480864 is #B7F79B. Grayscale: #252525. Windows color (decimal): -12056476 or 6555720. OLE color: 6555720.

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

Color convert

RGB 72 8 100 -
CMYK 0.28 0.92 0 0.61
HSL 281.74º 0.85% 0.21% -
HSV(B) 281.74º 0.92% 0.39% -
XYZ 5.06 2.47 12.27 -
YUV 37.62 163.2 152.52 -
System Red Green Blue C M Y K H S L
Decimal 72 8 100 0.28 0.92 0 0.61 281.74 0.85 0.21
Hex 48 8 64 1C 5C 0 3D 11A 55 15
Octal 110 10 144 34 134 0 75 432 125 25
Binary 1001000 1000 1100100 11100 1011100 0 111101 100011010 1010101 10101

Color Harmonies of #480864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480864

Black with #480864

Text Example


Text Example

White with #480864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480864; }

 p { color: rgb(72,8,100); }

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

background-color css

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

 a { background-color: rgb(72,8,100); }

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

border-color css

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

 span { border-color: rgb(72,8,100); }

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