Html Css Color HEX #650E9B Indigo

📋 copy color: '#650E9B'

red 101 ◦ green 14 ◦ blue 155

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

Shades of Indigo #650E9B

Tints of Indigo #650E9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 57.41%

R = 37.41%
G = 5.19%
B = 57.41%

CMYK

 C value IS 0.35

 M value IS 0.91

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#650E9B (or 0x650E9B) is known color: Indigo. HEX triplet: 65, 0E and 9B. RGB value is (101,14,155). Sum of RGB (Red+Green+Blue) = 101+14+155=270 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.41% from 270); Green value is 14 (5.86% from 255 or 5.19% from 270); Blue value is 155 (60.94% from 255 or 57.41% from 270); Max value from RGB is 155 - color contains mainly: blue. Hex color #650E9B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650E9B is #9AF164. Grayscale: #373737. Windows color (decimal): -10154341 or 10161765. OLE color: 10161765.

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

Color convert

RGB 101 14 155 -
CMYK 0.35 0.91 0 0.39
HSL 277.02º 0.83% 0.33% -
HSV(B) 277.02º 0.91% 0.61% -
XYZ 11.44 5.45 31.46 -
YUV 56.09 183.82 160.04 -
System Red Green Blue C M Y K H S L
Decimal 101 14 155 0.35 0.91 0 0.39 277.02 0.83 0.33
Hex 65 E 9B 23 5B 0 27 115 53 21
Octal 145 16 233 43 133 0 47 425 123 41
Binary 1100101 1110 10011011 100011 1011011 0 100111 100010101 1010011 100001

Color Harmonies of #650E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650E9B

Black with #650E9B

Text Example


Text Example

White with #650E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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