Html Css Color HEX #650D86 Indigo

📋 copy color: '#650D86'

red 101 ◦ green 13 ◦ blue 134

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

Shades of Indigo #650D86

Tints of Indigo #650D86

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.24%

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

R = 40.73%
G = 5.24%
B = 54.03%

CMYK

 C value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#650D86 (or 0x650D86) is known color: Indigo. HEX triplet: 65, 0D and 86. RGB value is (101,13,134). Sum of RGB (Red+Green+Blue) = 101+13+134=248 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.73% from 248); Green value is 13 (5.47% from 255 or 5.24% from 248); Blue value is 134 (52.73% from 255 or 54.03% from 248); Max value from RGB is 134 - color contains mainly: blue. Hex color #650D86 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650D86 is #9AF279. Grayscale: #343434. Windows color (decimal): -10154618 or 8785253. OLE color: 8785253.

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

Color convert

RGB 101 13 134 -
CMYK 0.25 0.90 0 0.47
HSL 283.64º 0.82% 0.29% -
HSV(B) 283.64º 0.9% 0.53% -
XYZ 9.81 4.78 22.96 -
YUV 53.11 173.65 162.16 -
System Red Green Blue C M Y K H S L
Decimal 101 13 134 0.25 0.90 0 0.47 283.64 0.82 0.29
Hex 65 D 86 19 5A 0 2F 11C 52 1D
Octal 145 15 206 31 132 0 57 434 122 35
Binary 1100101 1101 10000110 11001 1011010 0 101111 100011100 1010010 11101

Color Harmonies of #650D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650D86

Black with #650D86

Text Example


Text Example

White with #650D86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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