Html Css Color HEX #480666 Indigo

📋 copy color: '#480666'

red 72 ◦ green 6 ◦ blue 102

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

Shades of Indigo #480666

Tints of Indigo #480666

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.33%

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

R = 40%
G = 3.33%
B = 56.67%

CMYK

 C value IS 0.29

 M value IS 0.94

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#480666 (or 0x480666) is known color: Indigo. HEX triplet: 48, 06 and 66. RGB value is (72,6,102). Sum of RGB (Red+Green+Blue) = 72+6+102=180 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40% from 180); Green value is 6 (2.73% from 255 or 3.33% from 180); Blue value is 102 (40.23% from 255 or 56.67% from 180); Max value from RGB is 102 - color contains mainly: blue. Hex color #480666 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480666 is #B7F999. Grayscale: #242424. Windows color (decimal): -12056986 or 6686280. OLE color: 6686280.

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

Color convert

RGB 72 6 102 -
CMYK 0.29 0.94 0 0.6
HSL 281.25º 0.89% 0.21% -
HSV(B) 281.25º 0.94% 0.4% -
XYZ 5.14 2.47 12.78 -
YUV 36.68 164.87 153.19 -
System Red Green Blue C M Y K H S L
Decimal 72 6 102 0.29 0.94 0 0.6 281.25 0.89 0.21
Hex 48 6 66 1D 5E 0 3C 119 59 15
Octal 110 6 146 35 136 0 74 431 131 25
Binary 1001000 110 1100110 11101 1011110 0 111100 100011001 1011001 10101

Color Harmonies of #480666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480666

Black with #480666

Text Example


Text Example

White with #480666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480666; }

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

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

background-color css

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

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

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

border-color css

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

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

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