Html Css Color HEX #650686 Indigo

📋 copy color: '#650686'

red 101 ◦ green 6 ◦ blue 134

#650686
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #650686

Tints of Indigo #650686

RGB

 RED value IS 101 (39.84% from 255) = 41.91%

 GREEN value IS 6 (2.73% from 255) = 2.49%

 BLUE value IS 134 (52.73% from 255) = 55.6%

R = 41.91%
G = 2.49%
B = 55.6%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#650686 (or 0x650686) is known color: Indigo. HEX triplet: 65, 06 and 86. RGB value is (101,6,134). Sum of RGB (Red+Green+Blue) = 101+6+134=241 (31% of max value = 765). Red value is 101 (39.84% from 255 or 41.91% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 134 (52.73% from 255 or 55.60% from 241); Max value from RGB is 134 - color contains mainly: blue. Hex color #650686 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650686 is #9AF979. Grayscale: #303030. Windows color (decimal): -10156410 or 8783461. OLE color: 8783461.

HSL color Cylindrical-coordinate representation of color #650686: hue angle of 284.53º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #650686 is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 101 6 134 -
CMYK 0.25 0.96 0 0.47
HSL 284.53º 0.91% 0.27% -
HSV(B) 284.53º 0.96% 0.53% -
XYZ 9.74 4.62 22.93 -
YUV 49 175.97 165.09 -
System Red Green Blue C M Y K H S L
Decimal 101 6 134 0.25 0.96 0 0.47 284.53 0.91 0.27
Hex 65 6 86 19 60 0 2F 11D 5B 1B
Octal 145 6 206 31 140 0 57 435 133 33
Binary 1100101 110 10000110 11001 1100000 0 101111 100011101 1011011 11011

Color Harmonies of #650686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650686

Black with #650686

Text Example


Text Example

White with #650686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650686; }

 p { color: rgb(101,6,134); }

 H1.HeaderClassName
 {
   color: #650686;
 }
 .AnyTagClassName
 {
   color: #650686;
 }
</style>

background-color css

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

 a { background-color: rgb(101,6,134); }

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

border-color css

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

 span { border-color: rgb(101,6,134); }

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