Html Css Color HEX #650E99 Indigo

📋 copy color: '#650E99'

red 101 ◦ green 14 ◦ blue 153

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

Shades of Indigo #650E99

Tints of Indigo #650E99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 57.09%

R = 37.69%
G = 5.22%
B = 57.09%

CMYK

 C value IS 0.34

 M value IS 0.91

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#650E99 (or 0x650E99) is known color: Indigo. HEX triplet: 65, 0E and 99. RGB value is (101,14,153). Sum of RGB (Red+Green+Blue) = 101+14+153=268 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.69% from 268); Green value is 14 (5.86% from 255 or 5.22% from 268); Blue value is 153 (60.16% from 255 or 57.09% from 268); Max value from RGB is 153 - color contains mainly: blue. Hex color #650E99 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650E99 is #9AF166. Grayscale: #373737. Windows color (decimal): -10154343 or 10030693. OLE color: 10030693.

HSL color Cylindrical-coordinate representation of color #650E99: hue angle of 277.55º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #650E99 is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 101 14 153 -
CMYK 0.34 0.91 0 0.4
HSL 277.55º 0.83% 0.33% -
HSV(B) 277.55º 0.91% 0.6% -
XYZ 11.27 5.38 30.58 -
YUV 55.86 182.82 160.2 -
System Red Green Blue C M Y K H S L
Decimal 101 14 153 0.34 0.91 0 0.4 277.55 0.83 0.33
Hex 65 E 99 22 5B 0 28 116 53 21
Octal 145 16 231 42 133 0 50 426 123 41
Binary 1100101 1110 10011001 100010 1011011 0 101000 100010110 1010011 100001

Color Harmonies of #650E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650E99

Black with #650E99

Text Example


Text Example

White with #650E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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