#480066

Color #480066 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #480066

Tints of Indigo #480066

Color information

#480066 (or 0x480066) is unknown color: approx Indigo. HEX triplet: 48, 00 and 66. RGB value is (72,0,102). Sum of RGB (Red+Green+Blue) = 72+0+102=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 102 (40.23% from 255 or 58.62% from 174); Max value from RGB is 102 - color contains mainly: blue. Hex color #480066 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480066 is #B7FF99. Grayscale: #202020. Windows color (decimal): -12058522 or 6684744. OLE color: 6684744.

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

Color convert

RGB720102-
CMYK0.29100.6
HSL282.35º100%20%-
HSV(B)282.35º100%40%-
XYZ5.072.3412.75-
YUV33.16166.85155.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.38%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 102 (40.23% from 255) = 58.62%
R=41.38%
G=0%
B=58.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal7201020.29100.6282.3510020
Hex480661D6403C11a6414
Octal11001463514407443214424
Binary1001000011001101110111001000111100100011010110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480066; }

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

 H1.HeaderClassName
 {
   color: #480066;
 }
 .AnyTagClassName
 {
   color: #480066;
 }
</style>
background-color css

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

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

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

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

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

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