#650085

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

Shades of Indigo #650085

Tints of Indigo #650085

Color information

#650085 (or 0x650085) is unknown color: approx Indigo. HEX triplet: 65, 00 and 85. RGB value is (101,0,133). Sum of RGB (Red+Green+Blue) = 101+0+133=234 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.16% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 133 (52.34% from 255 or 56.84% from 234); Max value from RGB is 133 - color contains mainly: blue. Hex color #650085 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650085 is #9AFF7A. Grayscale: #2C2C2C. Windows color (decimal): -10157947 or 8716389. OLE color: 8716389.

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

Color convert

RGB1010133-
CMYK0.24100.48
HSL285.56º100%26.08%-
HSV(B)285.56º100%52.16%-
XYZ9.64.4622.55-
YUV45.36177.46167.69-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 43.16%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 133 (52.34% from 255) = 56.84%
R=43.16%
G=0%
B=56.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal10101330.24100.48285.5610026.08
Hex65085186403011e641a
Octal14502053014406043614432
Binary11001010100001011100011001000110000100011110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650085; }

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

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

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

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

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

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

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

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