#480265

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

Shades of Indigo #480265

Tints of Indigo #480265

Color information

#480265 (or 0x480265) is unknown color: approx Indigo. HEX triplet: 48, 02 and 65. RGB value is (72,2,101). Sum of RGB (Red+Green+Blue) = 72+2+101=175 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.14% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 101 (39.84% from 255 or 57.71% from 175); Max value from RGB is 101 - color contains mainly: blue. Hex color #480265 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480265 is #B7FD9A. Grayscale: #212121. Windows color (decimal): -12058011 or 6619720. OLE color: 6619720.

HSL color Cylindrical-coordinate representation of color #480265: hue angle of 282.42º 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 #480265 is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB722101-
CMYK0.290.9800.60
HSL282.42º96.12%20.2%-
HSV(B)282.42º98.02%39.61%-
XYZ5.042.3612.5-
YUV34.22165.69154.95-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.14%
GREEN value IS 2 (1.17% from 255) = 1.14%
BLUE value IS 101 (39.84% from 255) = 57.71%
R=41.14%
G=1.14%
B=57.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal7221010.290.9800.60282.4296.1220.2
Hex482651D6203C11a6014
Octal11021453514207443214024
Binary10010001011001011110111000100111100100011010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480265; }

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

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

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

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

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

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

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

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