#650190

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

Shades of Indigo #650190

Tints of Indigo #650190

Color information

#650190 (or 0x650190) is unknown color: approx Indigo. HEX triplet: 65, 01 and 90. RGB value is (101,1,144). Sum of RGB (Red+Green+Blue) = 101+1+144=246 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.06% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 144 (56.64% from 255 or 58.54% from 246); Max value from RGB is 144 - color contains mainly: blue. Hex color #650190 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650190 is #9AFE6F. Grayscale: #2E2E2E. Windows color (decimal): -10157680 or 9437541. OLE color: 9437541.

HSL color Cylindrical-coordinate representation of color #650190: hue angle of 281.96º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #650190 is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1011144-
CMYK0.300.9900.44
HSL281.96º98.62%28.43%-
HSV(B)281.96º99.31%56.47%-
XYZ10.414.826.76-
YUV47.2182.63166.37-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.06%
GREEN value IS 1 (0.78% from 255) = 0.41%
BLUE value IS 144 (56.64% from 255) = 58.54%
R=41.06%
G=0.41%
B=58.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal10111440.300.9900.44281.9698.6228.43
Hex651901E6302C11a631c
Octal14512203614305443214334
Binary11001011100100001111011000110101100100011010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650190; }

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

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

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

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

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

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

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

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