#650A88

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

Shades of Indigo #650A88

Tints of Indigo #650A88

Color information

#650A88 (or 0x650A88) is unknown color: approx Indigo. HEX triplet: 65, 0A and 88. RGB value is (101,10,136). Sum of RGB (Red+Green+Blue) = 101+10+136=247 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.89% from 247); Green value is 10 (4.30% from 255 or 4.05% from 247); Blue value is 136 (53.52% from 255 or 55.06% from 247); Max value from RGB is 136 - color contains mainly: blue. Hex color #650A88 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650A88 is #9AF577. Grayscale: #333333. Windows color (decimal): -10155384 or 8915557. OLE color: 8915557.

HSL color Cylindrical-coordinate representation of color #650A88: hue angle of 283.33º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #650A88 is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10110136-
CMYK0.260.9300.47
HSL283.33º86.3%28.63%-
HSV(B)283.33º92.65%53.33%-
XYZ9.924.7623.69-
YUV51.57175.65163.25-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.89%
GREEN value IS 10 (4.30% from 255) = 4.05%
BLUE value IS 136 (53.52% from 255) = 55.06%
R=40.89%
G=4.05%
B=55.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101101360.260.9300.47283.3386.328.63
Hex65A881A5D02F11b561d
Octal145122103213505743312635
Binary11001011010100010001101010111010101111100011011101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650A88; }

 p { color: rgb(101,10,136); }

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

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

 a { background-color: rgb(101,10,136); }

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

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

 span { border-color: rgb(101,10,136); }

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