#651280

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

Shades of Indigo #651280

Tints of Indigo #651280

Color information

#651280 (or 0x651280) is unknown color: approx Indigo. HEX triplet: 65, 12 and 80. RGB value is (101,18,128). Sum of RGB (Red+Green+Blue) = 101+18+128=247 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.89% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 128 (50.39% from 255 or 51.82% from 247); Max value from RGB is 128 - color contains mainly: blue. Hex color #651280 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #651280 is #9AED7F. Grayscale: #363636. Windows color (decimal): -10153344 or 8393317. OLE color: 8393317.

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

Color convert

RGB10118128-
CMYK0.210.8600.50
HSL285.27º75.34%28.63%-
HSV(B)285.27º85.94%50.2%-
XYZ9.484.7620.84-
YUV55.36169160.56-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.89%
GREEN value IS 18 (7.42% from 255) = 7.29%
BLUE value IS 128 (50.39% from 255) = 51.82%
R=40.89%
G=7.29%
B=51.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal101181280.210.8600.50285.2775.3428.63
Hex651280155603211d4b1d
Octal145222002512606243511335
Binary110010110010100000001010110101100110010100011101100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651280; }

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

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

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

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

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

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

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

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