#650982

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

Shades of Indigo #650982

Tints of Indigo #650982

Color information

#650982 (or 0x650982) is unknown color: approx Indigo. HEX triplet: 65, 09 and 82. RGB value is (101,9,130). Sum of RGB (Red+Green+Blue) = 101+9+130=240 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.08% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 130 (51.17% from 255 or 54.17% from 240); Max value from RGB is 130 - color contains mainly: blue. Hex color #650982 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650982 is #9AF67D. Grayscale: #313131. Windows color (decimal): -10155646 or 8522085. OLE color: 8522085.

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

Color convert

RGB1019130-
CMYK0.220.9300.49
HSL285.62º87.05%27.25%-
HSV(B)285.62º93.08%50.98%-
XYZ9.494.5721.5-
YUV50.3172.98164.16-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 42.08%
GREEN value IS 9 (3.91% from 255) = 3.75%
BLUE value IS 130 (51.17% from 255) = 54.17%
R=42.08%
G=3.75%
B=54.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10191300.220.9300.49285.6287.0527.25
Hex65982165D03111e571b
Octal145112022613506143612733
Binary11001011001100000101011010111010110001100011110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650982; }

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

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

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

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

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

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

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

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