#650182

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

Shades of Indigo #650182

Tints of Indigo #650182

Color information

#650182 (or 0x650182) is unknown color: approx Indigo. HEX triplet: 65, 01 and 82. RGB value is (101,1,130). Sum of RGB (Red+Green+Blue) = 101+1+130=232 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.53% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 130 (51.17% from 255 or 56.03% from 232); Max value from RGB is 130 - color contains mainly: blue. Hex color #650182 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650182 is #9AFE7D. Grayscale: #2D2D2D. Windows color (decimal): -10157694 or 8520037. OLE color: 8520037.

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

Color convert

RGB1011130-
CMYK0.220.9900.49
HSL286.51º98.47%25.69%-
HSV(B)286.51º99.23%50.98%-
XYZ9.414.421.47-
YUV45.61175.63167.51-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 43.53%
GREEN value IS 1 (0.78% from 255) = 0.43%
BLUE value IS 130 (51.17% from 255) = 56.03%
R=43.53%
G=0.43%
B=56.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10111300.220.9900.49286.5198.4725.69
Hex65182166303111f621a
Octal14512022614306143714232
Binary11001011100000101011011000110110001100011111110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650182; }

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

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

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

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

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

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

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

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