Html Css Color HEX #650E85 Indigo

📋 copy color: '#650E85'

red 101 ◦ green 14 ◦ blue 133

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

Shades of Indigo #650E85

Tints of Indigo #650E85

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.65%

 BLUE value IS 133 (52.34% from 255) = 53.63%

R = 40.73%
G = 5.65%
B = 53.63%

CMYK

 C value IS 0.24

 M value IS 0.89

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#650E85 (or 0x650E85) is known color: Indigo. HEX triplet: 65, 0E and 85. RGB value is (101,14,133). Sum of RGB (Red+Green+Blue) = 101+14+133=248 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.73% from 248); Green value is 14 (5.86% from 255 or 5.65% from 248); Blue value is 133 (52.34% from 255 or 53.63% from 248); Max value from RGB is 133 - color contains mainly: blue. Hex color #650E85 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650E85 is #9AF17A. Grayscale: #353535. Windows color (decimal): -10154363 or 8719973. OLE color: 8719973.

HSL color Cylindrical-coordinate representation of color #650E85: hue angle of 283.87º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #650E85 is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 101 14 133 -
CMYK 0.24 0.89 0 0.48
HSL 283.87º 0.81% 0.29% -
HSV(B) 283.87º 0.89% 0.52% -
XYZ 9.76 4.77 22.6 -
YUV 53.58 172.82 161.82 -
System Red Green Blue C M Y K H S L
Decimal 101 14 133 0.24 0.89 0 0.48 283.87 0.81 0.29
Hex 65 E 85 18 59 0 30 11C 51 1D
Octal 145 16 205 30 131 0 60 434 121 35
Binary 1100101 1110 10000101 11000 1011001 0 110000 100011100 1010001 11101

Color Harmonies of #650E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650E85

Black with #650E85

Text Example


Text Example

White with #650E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,14,133); }

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

background-color css

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

 a { background-color: rgb(101,14,133); }

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

border-color css

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

 span { border-color: rgb(101,14,133); }

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