Html Css Color HEX #650786 Indigo

📋 copy color: '#650786'

red 101 ◦ green 7 ◦ blue 134

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

Shades of Indigo #650786

Tints of Indigo #650786

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.89%

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

R = 41.74%
G = 2.89%
B = 55.37%

CMYK

 C value IS 0.25

 M value IS 0.95

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#650786 (or 0x650786) is known color: Indigo. HEX triplet: 65, 07 and 86. RGB value is (101,7,134). Sum of RGB (Red+Green+Blue) = 101+7+134=242 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.74% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 134 (52.73% from 255 or 55.37% from 242); Max value from RGB is 134 - color contains mainly: blue. Hex color #650786 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650786 is #9AF879. Grayscale: #313131. Windows color (decimal): -10156154 or 8783717. OLE color: 8783717.

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

Color convert

RGB 101 7 134 -
CMYK 0.25 0.95 0 0.47
HSL 284.41º 0.9% 0.28% -
HSV(B) 284.41º 0.95% 0.53% -
XYZ 9.75 4.64 22.94 -
YUV 49.58 175.64 164.67 -
System Red Green Blue C M Y K H S L
Decimal 101 7 134 0.25 0.95 0 0.47 284.41 0.9 0.28
Hex 65 7 86 19 5F 0 2F 11C 5A 1C
Octal 145 7 206 31 137 0 57 434 132 34
Binary 1100101 111 10000110 11001 1011111 0 101111 100011100 1011010 11100

Color Harmonies of #650786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650786

Black with #650786

Text Example


Text Example

White with #650786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650786; }

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

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

background-color css

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

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

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

border-color css

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

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

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