#651180

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

Shades of Indigo #651180

Tints of Indigo #651180

Color information

#651180 (or 0x651180) is unknown color: approx Indigo. HEX triplet: 65, 11 and 80. RGB value is (101,17,128). Sum of RGB (Red+Green+Blue) = 101+17+128=246 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.06% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 128 (50.39% from 255 or 52.03% from 246); Max value from RGB is 128 - color contains mainly: blue. Hex color #651180 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #651180 is #9AEE7F. Grayscale: #363636. Windows color (decimal): -10153600 or 8393061. OLE color: 8393061.

HSL color Cylindrical-coordinate representation of color #651180: hue angle of 285.41º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #651180 is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10117128-
CMYK0.210.8700.50
HSL285.41º76.55%28.43%-
HSV(B)285.41º86.72%50.2%-
XYZ9.464.7320.84-
YUV54.77169.33160.97-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.06%
GREEN value IS 17 (7.03% from 255) = 6.91%
BLUE value IS 128 (50.39% from 255) = 52.03%
R=41.06%
G=6.91%
B=52.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal101171280.210.8700.50285.4176.5528.43
Hex651180155703211d4d1c
Octal145212002512706243511534
Binary110010110001100000001010110101110110010100011101100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651180; }

 p { color: rgb(101,17,128); }

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

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

 a { background-color: rgb(101,17,128); }

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

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

 span { border-color: rgb(101,17,128); }

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