#650f7d

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

Shades of Indigo #650F7D

Tints of Indigo #650F7D

Color information

#650F7D (or 0x650F7D) is unknown color: approx Indigo. HEX triplet: 65, 0F and 7D. RGB value is (101,15,125). Sum of RGB (Red+Green+Blue) = 101+15+125=241 (31% of max value = 765). Red value is 101 (39.84% from 255 or 41.91% from 241); Green value is 15 (6.25% from 255 or 6.22% from 241); Blue value is 125 (49.22% from 255 or 51.87% from 241); Max value from RGB is 125 - color contains mainly: blue. Hex color #650F7D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650F7D is #9AF082. Grayscale: #343434. Windows color (decimal): -10154115 or 8195941. OLE color: 8195941.

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

Color convert

RGB10115125-
CMYK0.190.8800.51
HSL286.91º78.57%27.45%-
HSV(B)286.91º88%49.02%-
XYZ9.244.5919.8-
YUV53.25168.49162.06-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.91%
GREEN value IS 15 (6.25% from 255) = 6.22%
BLUE value IS 125 (49.22% from 255) = 51.87%
R=41.91%
G=6.22%
B=51.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal101151250.190.8800.51286.9178.5727.45
Hex65F7D135803311f4f1b
Octal145171752313006343711733
Binary1100101111111111011001110110000110011100011111100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650f7d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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