Html Css Color HEX #650097 Indigo

📋 copy color: '#650097'

red 101 ◦ green 0 ◦ blue 151

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

Shades of Indigo #650097

Tints of Indigo #650097

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 40.08%
G = 0%
B = 59.92%

CMYK

 C value IS 0.33

 M value IS 1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#650097 (or 0x650097) is known color: Indigo. HEX triplet: 65, 00 and 97. RGB value is (101,0,151). Sum of RGB (Red+Green+Blue) = 101+0+151=252 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.08% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 151 (59.38% from 255 or 59.92% from 252); Max value from RGB is 151 - color contains mainly: blue. Hex color #650097 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650097 is #9AFF68. Grayscale: #2E2E2E. Windows color (decimal): -10157929 or 9896037. OLE color: 9896037.

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

Color convert

RGB 101 0 151 -
CMYK 0.33 1 0 0.41
HSL 280.13º 1% 0.3% -
HSV(B) 280.13º 1% 0.59% -
XYZ 10.95 5 29.67 -
YUV 47.41 186.46 166.22 -
System Red Green Blue C M Y K H S L
Decimal 101 0 151 0.33 1 0 0.41 280.13 1 0.3
Hex 65 0 97 21 64 0 29 118 64 1E
Octal 145 0 227 41 144 0 51 430 144 36
Binary 1100101 0 10010111 100001 1100100 0 101001 100011000 1100100 11110

Color Harmonies of #650097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650097

Black with #650097

Text Example


Text Example

White with #650097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650097; }

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

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

background-color css

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

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

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

border-color css

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

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

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