#650782

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

Shades of Indigo #650782

Tints of Indigo #650782

Color information

#650782 (or 0x650782) is unknown color: approx Indigo. HEX triplet: 65, 07 and 82. RGB value is (101,7,130). Sum of RGB (Red+Green+Blue) = 101+7+130=238 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.44% from 238); Green value is 7 (3.12% from 255 or 2.94% from 238); Blue value is 130 (51.17% from 255 or 54.62% from 238); Max value from RGB is 130 - color contains mainly: blue. Hex color #650782 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650782 is #9AF87D. Grayscale: #303030. Windows color (decimal): -10156158 or 8521573. OLE color: 8521573.

HSL color Cylindrical-coordinate representation of color #650782: hue angle of 285.85º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #650782 is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1017130-
CMYK0.220.9500.49
HSL285.85º89.78%26.86%-
HSV(B)285.85º94.62%50.98%-
XYZ9.474.5321.49-
YUV49.13173.64165-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 42.44%
GREEN value IS 7 (3.12% from 255) = 2.94%
BLUE value IS 130 (51.17% from 255) = 54.62%
R=42.44%
G=2.94%
B=54.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10171300.220.9500.49285.8589.7826.86
Hex65782165F03111e5a1b
Octal14572022613706143613233
Binary1100101111100000101011010111110110001100011110101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650782; }

 p { color: rgb(101,7,130); }

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

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

 a { background-color: rgb(101,7,130); }

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

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

 span { border-color: rgb(101,7,130); }

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