#650882

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

Shades of Indigo #650882

Tints of Indigo #650882

Color information

#650882 (or 0x650882) is unknown color: approx Indigo. HEX triplet: 65, 08 and 82. RGB value is (101,8,130). Sum of RGB (Red+Green+Blue) = 101+8+130=239 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.26% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 130 (51.17% from 255 or 54.39% from 239); Max value from RGB is 130 - color contains mainly: blue. Hex color #650882 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650882 is #9AF77D. Grayscale: #313131. Windows color (decimal): -10155902 or 8521829. OLE color: 8521829.

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

Color convert

RGB1018130-
CMYK0.220.9400.49
HSL285.74º88.41%27.06%-
HSV(B)285.74º93.85%50.98%-
XYZ9.484.5521.5-
YUV49.72173.31164.58-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 42.26%
GREEN value IS 8 (3.52% from 255) = 3.35%
BLUE value IS 130 (51.17% from 255) = 54.39%
R=42.26%
G=3.35%
B=54.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10181300.220.9400.49285.7488.4127.06
Hex65882165E03111e581b
Octal145102022613606143613033
Binary11001011000100000101011010111100110001100011110101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650882; }

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

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

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

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

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

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

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

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