Html Css Color HEX #650E9F Indigo

📋 copy color: '#650E9F'

red 101 ◦ green 14 ◦ blue 159

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

Shades of Indigo #650E9F

Tints of Indigo #650E9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 58.03%

R = 36.86%
G = 5.11%
B = 58.03%

CMYK

 C value IS 0.36

 M value IS 0.91

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#650E9F (or 0x650E9F) is known color: Indigo. HEX triplet: 65, 0E and 9F. RGB value is (101,14,159). Sum of RGB (Red+Green+Blue) = 101+14+159=274 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.86% from 274); Green value is 14 (5.86% from 255 or 5.11% from 274); Blue value is 159 (62.5% from 255 or 58.03% from 274); Max value from RGB is 159 - color contains mainly: blue. Hex color #650E9F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650E9F is #9AF160. Grayscale: #383838. Windows color (decimal): -10154337 or 10423909. OLE color: 10423909.

HSL color Cylindrical-coordinate representation of color #650E9F: hue angle of 276º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #650E9F is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 101 14 159 -
CMYK 0.36 0.91 0 0.38
HSL 276º 0.84% 0.34% -
HSV(B) 276º 0.91% 0.62% -
XYZ 11.78 5.58 33.26 -
YUV 56.54 185.82 159.71 -
System Red Green Blue C M Y K H S L
Decimal 101 14 159 0.36 0.91 0 0.38 276 0.84 0.34
Hex 65 E 9F 24 5B 0 26 114 54 22
Octal 145 16 237 44 133 0 46 424 124 42
Binary 1100101 1110 10011111 100100 1011011 0 100110 100010100 1010100 100010

Color Harmonies of #650E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650E9F

Black with #650E9F

Text Example


Text Example

White with #650E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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