Html Css Color HEX #650197 Indigo

📋 copy color: '#650197'

red 101 ◦ green 1 ◦ blue 151

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

Shades of Indigo #650197

Tints of Indigo #650197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 59.68%

R = 39.92%
G = 0.4%
B = 59.68%

CMYK

 C value IS 0.33

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#650197 (or 0x650197) is known color: Indigo. HEX triplet: 65, 01 and 97. RGB value is (101,1,151). Sum of RGB (Red+Green+Blue) = 101+1+151=253 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.92% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 151 (59.38% from 255 or 59.68% from 253); Max value from RGB is 151 - color contains mainly: blue. Hex color #650197 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650197 is #9AFE68. Grayscale: #2F2F2F. Windows color (decimal): -10157673 or 9896293. OLE color: 9896293.

HSL color Cylindrical-coordinate representation of color #650197: hue angle of 280º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #650197 is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 101 1 151 -
CMYK 0.33 0.99 0 0.41
HSL 280º 0.99% 0.3% -
HSV(B) 280º 0.99% 0.59% -
XYZ 10.96 5.02 29.67 -
YUV 48 186.13 165.8 -
System Red Green Blue C M Y K H S L
Decimal 101 1 151 0.33 0.99 0 0.41 280 0.99 0.3
Hex 65 1 97 21 63 0 29 118 63 1E
Octal 145 1 227 41 143 0 51 430 143 36
Binary 1100101 1 10010111 100001 1100011 0 101001 100011000 1100011 11110

Color Harmonies of #650197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650197

Black with #650197

Text Example


Text Example

White with #650197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650197; }

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

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

background-color css

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

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

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

border-color css

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

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

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