#480261

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

Shades of Indigo #480261

Tints of Indigo #480261

Color information

#480261 (or 0x480261) is unknown color: approx Indigo. HEX triplet: 48, 02 and 61. RGB value is (72,2,97). Sum of RGB (Red+Green+Blue) = 72+2+97=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 97 (38.28% from 255 or 56.73% from 171); Max value from RGB is 97 - color contains mainly: blue. Hex color #480261 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480261 is #B7FD9E. Grayscale: #212121. Windows color (decimal): -12058015 or 6357576. OLE color: 6357576.

HSL color Cylindrical-coordinate representation of color #480261: hue angle of 284.21º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #480261 is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB72297-
CMYK0.260.9800.62
HSL284.21º95.96%19.41%-
HSV(B)284.21º97.94%38.04%-
XYZ4.852.2811.49-
YUV33.76163.69155.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.11%
GREEN value IS 2 (1.17% from 255) = 1.17%
BLUE value IS 97 (38.28% from 255) = 56.73%
R=42.11%
G=1.17%
B=56.73%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal722970.260.9800.62284.2195.9619.41
Hex482611A6203E11c6013
Octal11021413214207643414023
Binary10010001011000011101011000100111110100011100110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480261; }

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

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

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

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

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

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

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

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