#480266

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

Shades of Indigo #480266

Tints of Indigo #480266

Color information

#480266 (or 0x480266) is unknown color: approx Indigo. HEX triplet: 48, 02 and 66. RGB value is (72,2,102). Sum of RGB (Red+Green+Blue) = 72+2+102=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 102 (40.23% from 255 or 57.95% from 176); Max value from RGB is 102 - color contains mainly: blue. Hex color #480266 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480266 is #B7FD99. Grayscale: #222222. Windows color (decimal): -12058010 or 6685256. OLE color: 6685256.

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

Color convert

RGB722102-
CMYK0.290.9800.6
HSL282º96.15%20.39%-
HSV(B)282º98.04%40%-
XYZ5.092.3812.76-
YUV34.33166.19154.87-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.91%
GREEN value IS 2 (1.17% from 255) = 1.14%
BLUE value IS 102 (40.23% from 255) = 57.95%
R=40.91%
G=1.14%
B=57.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal7221020.290.9800.628296.1520.39
Hex482661D6203C11a6014
Octal11021463514207443214024
Binary10010001011001101110111000100111100100011010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480266; }

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

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

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

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

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

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

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

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