#650099

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

Shades of Indigo #650099

Tints of Indigo #650099

Color information

#650099 (or 0x650099) is unknown color: approx Indigo. HEX triplet: 65, 00 and 99. RGB value is (101,0,153). Sum of RGB (Red+Green+Blue) = 101+0+153=254 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.76% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 153 (60.16% from 255 or 60.24% from 254); Max value from RGB is 153 - color contains mainly: blue. Hex color #650099 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650099 is #9AFF66. Grayscale: #2F2F2F. Windows color (decimal): -10157927 or 10027109. OLE color: 10027109.

HSL color Cylindrical-coordinate representation of color #650099: hue angle of 279.61º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #650099 is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1010153-
CMYK0.34100.4
HSL279.61º100%30%-
HSV(B)279.61º100%60%-
XYZ11.125.0730.53-
YUV47.64187.46166.06-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 39.76%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 153 (60.16% from 255) = 60.24%
R=39.76%
G=0%
B=60.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal10101530.34100.4279.6110030
Hex650992264028118641e
Octal14502314214405043014436
Binary110010101001100110001011001000101000100011000110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650099; }

 p { color: rgb(101,0,153); }

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

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

 a { background-color: rgb(101,0,153); }

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

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

 span { border-color: rgb(101,0,153); }

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