#650187

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

Shades of Indigo #650187

Tints of Indigo #650187

Color information

#650187 (or 0x650187) is unknown color: approx Indigo. HEX triplet: 65, 01 and 87. RGB value is (101,1,135). Sum of RGB (Red+Green+Blue) = 101+1+135=237 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.62% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 135 (53.12% from 255 or 56.96% from 237); Max value from RGB is 135 - color contains mainly: blue. Hex color #650187 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650187 is #9AFE78. Grayscale: #2D2D2D. Windows color (decimal): -10157689 or 8847717. OLE color: 8847717.

HSL color Cylindrical-coordinate representation of color #650187: hue angle of 284.78º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #650187 is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1011135-
CMYK0.250.9900.47
HSL284.78º98.53%26.67%-
HSV(B)284.78º99.26%52.94%-
XYZ9.754.5423.28-
YUV46.18178.13167.1-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 42.62%
GREEN value IS 1 (0.78% from 255) = 0.42%
BLUE value IS 135 (53.12% from 255) = 56.96%
R=42.62%
G=0.42%
B=56.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10111350.250.9900.47284.7898.5326.67
Hex65187196302F11d631b
Octal14512073114305743514333
Binary11001011100001111100111000110101111100011101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650187; }

 p { color: rgb(101,1,135); }

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

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

 a { background-color: rgb(101,1,135); }

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

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

 span { border-color: rgb(101,1,135); }

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