#650192

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

Shades of Indigo #650192

Tints of Indigo #650192

Color information

#650192 (or 0x650192) is unknown color: approx Indigo. HEX triplet: 65, 01 and 92. RGB value is (101,1,146). Sum of RGB (Red+Green+Blue) = 101+1+146=248 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.73% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 146 (57.42% from 255 or 58.87% from 248); Max value from RGB is 146 - color contains mainly: blue. Hex color #650192 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650192 is #9AFE6D. Grayscale: #2E2E2E. Windows color (decimal): -10157678 or 9568613. OLE color: 9568613.

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

Color convert

RGB1011146-
CMYK0.310.9900.43
HSL281.38º98.64%28.82%-
HSV(B)281.38º99.32%57.25%-
XYZ10.574.8627.58-
YUV47.43183.63166.21-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.73%
GREEN value IS 1 (0.78% from 255) = 0.40%
BLUE value IS 146 (57.42% from 255) = 58.87%
R=40.73%
G=0.40%
B=58.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal10111460.310.9900.43281.3898.6428.82
Hex651921F6302B119631d
Octal14512223714305343114335
Binary11001011100100101111111000110101011100011001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650192; }

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

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

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

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

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

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

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

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