#650885

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

Shades of Indigo #650885

Tints of Indigo #650885

Color information

#650885 (or 0x650885) is unknown color: approx Indigo. HEX triplet: 65, 08 and 85. RGB value is (101,8,133). Sum of RGB (Red+Green+Blue) = 101+8+133=242 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.74% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 133 (52.34% from 255 or 54.96% from 242); Max value from RGB is 133 - color contains mainly: blue. Hex color #650885 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650885 is #9AF77A. Grayscale: #313131. Windows color (decimal): -10155899 or 8718437. OLE color: 8718437.

HSL color Cylindrical-coordinate representation of color #650885: hue angle of 284.64º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #650885 is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1018133-
CMYK0.240.9400.48
HSL284.64º88.65%27.65%-
HSV(B)284.64º93.98%52.16%-
XYZ9.694.6322.57-
YUV50.06174.81164.34-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.74%
GREEN value IS 8 (3.52% from 255) = 3.31%
BLUE value IS 133 (52.34% from 255) = 54.96%
R=41.74%
G=3.31%
B=54.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal10181330.240.9400.48284.6488.6527.65
Hex65885185E03011d591c
Octal145102053013606043513134
Binary11001011000100001011100010111100110000100011101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650885; }

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

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

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

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

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

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

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

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