#650B82

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

Shades of Indigo #650B82

Tints of Indigo #650B82

Color information

#650B82 (or 0x650B82) is unknown color: approx Indigo. HEX triplet: 65, 0B and 82. RGB value is (101,11,130). Sum of RGB (Red+Green+Blue) = 101+11+130=242 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.74% from 242); Green value is 11 (4.69% from 255 or 4.55% from 242); Blue value is 130 (51.17% from 255 or 53.72% from 242); Max value from RGB is 130 - color contains mainly: blue. Hex color #650B82 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650B82 is #9AF47D. Grayscale: #333333. Windows color (decimal): -10155134 or 8522597. OLE color: 8522597.

HSL color Cylindrical-coordinate representation of color #650B82: hue angle of 285.38º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #650B82 is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10111130-
CMYK0.220.9200.49
HSL285.38º84.4%27.65%-
HSV(B)285.38º91.54%50.98%-
XYZ9.524.6221.51-
YUV51.48172.32163.32-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.74%
GREEN value IS 11 (4.69% from 255) = 4.55%
BLUE value IS 130 (51.17% from 255) = 53.72%
R=41.74%
G=4.55%
B=53.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal101111300.220.9200.49285.3884.427.65
Hex65B82165C03111d541c
Octal145132022613406143512434
Binary11001011011100000101011010111000110001100011101101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,11,130); }

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

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

 a { background-color: rgb(101,11,130); }

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

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

 span { border-color: rgb(101,11,130); }

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