#650285

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

Shades of Indigo #650285

Tints of Indigo #650285

Color information

#650285 (or 0x650285) is unknown color: approx Indigo. HEX triplet: 65, 02 and 85. RGB value is (101,2,133). Sum of RGB (Red+Green+Blue) = 101+2+133=236 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.80% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 133 (52.34% from 255 or 56.36% from 236); Max value from RGB is 133 - color contains mainly: blue. Hex color #650285 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650285 is #9AFD7A. Grayscale: #2E2E2E. Windows color (decimal): -10157435 or 8716901. OLE color: 8716901.

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

Color convert

RGB1012133-
CMYK0.240.9800.48
HSL285.34º97.04%26.47%-
HSV(B)285.34º98.5%52.16%-
XYZ9.624.522.55-
YUV46.54176.8166.85-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 42.80%
GREEN value IS 2 (1.17% from 255) = 0.85%
BLUE value IS 133 (52.34% from 255) = 56.36%
R=42.80%
G=0.85%
B=56.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal10121330.240.9800.48285.3497.0426.47
Hex65285186203011d611a
Octal14522053014206043514132
Binary110010110100001011100011000100110000100011101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650285; }

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

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

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

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

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

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

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

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