#650290

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

Shades of Indigo #650290

Tints of Indigo #650290

Color information

#650290 (or 0x650290) is unknown color: approx Indigo. HEX triplet: 65, 02 and 90. RGB value is (101,2,144). Sum of RGB (Red+Green+Blue) = 101+2+144=247 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.89% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 144 (56.64% from 255 or 58.30% from 247); Max value from RGB is 144 - color contains mainly: blue. Hex color #650290 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650290 is #9AFD6F. Grayscale: #2F2F2F. Windows color (decimal): -10157424 or 9437797. OLE color: 9437797.

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

Color convert

RGB1012144-
CMYK0.300.9900.44
HSL281.83º97.26%28.63%-
HSV(B)281.83º98.61%56.47%-
XYZ10.424.8226.77-
YUV47.79182.3165.95-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.89%
GREEN value IS 2 (1.17% from 255) = 0.81%
BLUE value IS 144 (56.64% from 255) = 58.30%
R=40.89%
G=0.81%
B=58.30%

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
Decimal10121440.300.9900.44281.8397.2628.63
Hex652901E6302C11a611d
Octal14522203614305443214135
Binary110010110100100001111011000110101100100011010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650290; }

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

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

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

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

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

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

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

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