Html Css Color HEX #650595 Indigo

📋 copy color: '#650595'

red 101 ◦ green 5 ◦ blue 149

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

Shades of Indigo #650595

Tints of Indigo #650595

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.96%

 BLUE value IS 149 (58.59% from 255) = 58.43%

R = 39.61%
G = 1.96%
B = 58.43%

CMYK

 C value IS 0.32

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#650595 (or 0x650595) is known color: Indigo. HEX triplet: 65, 05 and 95. RGB value is (101,5,149). Sum of RGB (Red+Green+Blue) = 101+5+149=255 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.61% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 149 (58.59% from 255 or 58.43% from 255); Max value from RGB is 149 - color contains mainly: blue. Hex color #650595 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650595 is #9AFA6A. Grayscale: #313131. Windows color (decimal): -10156651 or 9766245. OLE color: 9766245.

HSL color Cylindrical-coordinate representation of color #650595: hue angle of 280º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #650595 is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 101 5 149 -
CMYK 0.32 0.97 0 0.42
HSL 280º 0.94% 0.3% -
HSV(B) 280º 0.97% 0.58% -
XYZ 10.85 5.05 28.84 -
YUV 50.12 183.8 164.29 -
System Red Green Blue C M Y K H S L
Decimal 101 5 149 0.32 0.97 0 0.42 280 0.94 0.3
Hex 65 5 95 20 61 0 2A 118 5E 1E
Octal 145 5 225 40 141 0 52 430 136 36
Binary 1100101 101 10010101 100000 1100001 0 101010 100011000 1011110 11110

Color Harmonies of #650595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650595

Black with #650595

Text Example


Text Example

White with #650595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650595; }

 p { color: rgb(101,5,149); }

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

background-color css

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

 a { background-color: rgb(101,5,149); }

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

border-color css

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

 span { border-color: rgb(101,5,149); }

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