Html Css Color HEX #650195 Indigo

📋 copy color: '#650195'

red 101 ◦ green 1 ◦ blue 149

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

Shades of Indigo #650195

Tints of Indigo #650195

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 40.24%
G = 0.4%
B = 59.36%

CMYK

 C value IS 0.32

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#650195 (or 0x650195) is known color: Indigo. HEX triplet: 65, 01 and 95. RGB value is (101,1,149). Sum of RGB (Red+Green+Blue) = 101+1+149=251 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.24% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 149 (58.59% from 255 or 59.36% from 251); Max value from RGB is 149 - color contains mainly: blue. Hex color #650195 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650195 is #9AFE6A. Grayscale: #2F2F2F. Windows color (decimal): -10157675 or 9765221. OLE color: 9765221.

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

Color convert

RGB 101 1 149 -
CMYK 0.32 0.99 0 0.42
HSL 280.54º 0.99% 0.29% -
HSV(B) 280.54º 0.99% 0.58% -
XYZ 10.8 4.96 28.82 -
YUV 47.77 185.13 165.97 -
System Red Green Blue C M Y K H S L
Decimal 101 1 149 0.32 0.99 0 0.42 280.54 0.99 0.29
Hex 65 1 95 20 63 0 2A 119 63 1D
Octal 145 1 225 40 143 0 52 431 143 35
Binary 1100101 1 10010101 100000 1100011 0 101010 100011001 1100011 11101

Color Harmonies of #650195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650195

Black with #650195

Text Example


Text Example

White with #650195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650195; }

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

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

background-color css

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

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

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

border-color css

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

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

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