Html Css Color HEX #480866 Indigo

📋 copy color: '#480866'

red 72 ◦ green 8 ◦ blue 102

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

Shades of Indigo #480866

Tints of Indigo #480866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 56.04%

R = 39.56%
G = 4.4%
B = 56.04%

CMYK

 C value IS 0.29

 M value IS 0.92

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#480866 (or 0x480866) is known color: Indigo. HEX triplet: 48, 08 and 66. RGB value is (72,8,102). Sum of RGB (Red+Green+Blue) = 72+8+102=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 8 (3.52% from 255 or 4.40% from 182); Blue value is 102 (40.23% from 255 or 56.04% from 182); Max value from RGB is 102 - color contains mainly: blue. Hex color #480866 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480866 is #B7F799. Grayscale: #252525. Windows color (decimal): -12056474 or 6686792. OLE color: 6686792.

HSL color Cylindrical-coordinate representation of color #480866: hue angle of 280.85º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #480866 is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 72 8 102 -
CMYK 0.29 0.92 0 0.6
HSL 280.85º 0.85% 0.22% -
HSV(B) 280.85º 0.92% 0.4% -
XYZ 5.16 2.51 12.78 -
YUV 37.85 164.2 152.36 -
System Red Green Blue C M Y K H S L
Decimal 72 8 102 0.29 0.92 0 0.6 280.85 0.85 0.22
Hex 48 8 66 1D 5C 0 3C 119 55 16
Octal 110 10 146 35 134 0 74 431 125 26
Binary 1001000 1000 1100110 11101 1011100 0 111100 100011001 1010101 10110

Color Harmonies of #480866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480866

Black with #480866

Text Example


Text Example

White with #480866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480866; }

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

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

background-color css

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

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

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

border-color css

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

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

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