#650F83

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

Shades of Indigo #650F83

Tints of Indigo #650F83

Color information

#650F83 (or 0x650F83) is unknown color: approx Indigo. HEX triplet: 65, 0F and 83. RGB value is (101,15,131). Sum of RGB (Red+Green+Blue) = 101+15+131=247 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.89% from 247); Green value is 15 (6.25% from 255 or 6.07% from 247); Blue value is 131 (51.56% from 255 or 53.04% from 247); Max value from RGB is 131 - color contains mainly: blue. Hex color #650F83 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650F83 is #9AF07C. Grayscale: #353535. Windows color (decimal): -10154109 or 8589157. OLE color: 8589157.

HSL color Cylindrical-coordinate representation of color #650F83: hue angle of 284.48º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #650F83 is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10115131-
CMYK0.230.8900.49
HSL284.48º79.45%28.63%-
HSV(B)284.48º88.55%51.37%-
XYZ9.634.7521.88-
YUV53.94171.49161.57-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.89%
GREEN value IS 15 (6.25% from 255) = 6.07%
BLUE value IS 131 (51.56% from 255) = 53.04%
R=40.89%
G=6.07%
B=53.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal101151310.230.8900.49284.4879.4528.63
Hex65F83175903111c4f1d
Octal145172032713106143411735
Binary11001011111100000111011110110010110001100011100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650F83; }

 p { color: rgb(101,15,131); }

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

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

 a { background-color: rgb(101,15,131); }

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

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

 span { border-color: rgb(101,15,131); }

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