#650092

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

Shades of Indigo #650092

Tints of Indigo #650092

Color information

#650092 (or 0x650092) is unknown color: approx Indigo. HEX triplet: 65, 00 and 92. RGB value is (101,0,146). Sum of RGB (Red+Green+Blue) = 101+0+146=247 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.89% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 146 (57.42% from 255 or 59.11% from 247); Max value from RGB is 146 - color contains mainly: blue. Hex color #650092 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650092 is #9AFF6D. Grayscale: #2E2E2E. Windows color (decimal): -10157934 or 9568357. OLE color: 9568357.

HSL color Cylindrical-coordinate representation of color #650092: hue angle of 281.51º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #650092 is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1010146-
CMYK0.31100.43
HSL281.51º100%28.63%-
HSV(B)281.51º100%57.25%-
XYZ10.564.8427.57-
YUV46.84183.96166.63-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.89%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 146 (57.42% from 255) = 59.11%
R=40.89%
G=0%
B=59.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal10101460.31100.43281.5110028.63
Hex650921F6402B11a641d
Octal14502223714405343214435
Binary11001010100100101111111001000101011100011010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650092; }

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

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

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

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

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

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

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

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