#480693

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

Shades of Indigo #480693

Tints of Indigo #480693

Color information

#480693 (or 0x480693) is unknown color: approx Indigo. HEX triplet: 48, 06 and 93. RGB value is (72,6,147). Sum of RGB (Red+Green+Blue) = 72+6+147=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 147 (57.81% from 255 or 65.33% from 225); Max value from RGB is 147 - color contains mainly: blue. Hex color #480693 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480693 is #B7F96C. Grayscale: #292929. Windows color (decimal): -12056941 or 9635400. OLE color: 9635400.

HSL color Cylindrical-coordinate representation of color #480693: hue angle of 268.09º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #480693 is Cyan = 0.51, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB726147-
CMYK0.510.9600.42
HSL268.09º92.16%30%-
HSV(B)268.09º95.92%57.65%-
XYZ83.6127.88-
YUV41.81187.37149.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32%
GREEN value IS 6 (2.73% from 255) = 2.67%
BLUE value IS 147 (57.81% from 255) = 65.33%
R=32%
G=2.67%
B=65.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal7261470.510.9600.42268.0992.1630
Hex48693336002A10c5c1e
Octal11062236314005241413436
Binary10010001101001001111001111000000101010100001100101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480693; }

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

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

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

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

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

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

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

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