Html Css Color HEX #650297 Indigo

📋 copy color: '#650297'

red 101 ◦ green 2 ◦ blue 151

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

Shades of Indigo #650297

Tints of Indigo #650297

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.79%

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

R = 39.76%
G = 0.79%
B = 59.45%

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

#650297 (or 0x650297) is known color: Indigo. HEX triplet: 65, 02 and 97. RGB value is (101,2,151). Sum of RGB (Red+Green+Blue) = 101+2+151=254 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.76% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 151 (59.38% from 255 or 59.45% from 254); Max value from RGB is 151 - color contains mainly: blue. Hex color #650297 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650297 is #9AFD68. Grayscale: #303030. Windows color (decimal): -10157417 or 9896549. OLE color: 9896549.

HSL color Cylindrical-coordinate representation of color #650297: hue angle of 279.87º degrees, saturation: 0.97, 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 #650297 is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 101 2 151 -
CMYK 0.33 0.99 0 0.41
HSL 279.87º 0.97% 0.3% -
HSV(B) 279.87º 0.99% 0.59% -
XYZ 10.97 5.04 29.67 -
YUV 48.59 185.8 165.38 -
System Red Green Blue C M Y K H S L
Decimal 101 2 151 0.33 0.99 0 0.41 279.87 0.97 0.3
Hex 65 2 97 21 63 0 29 118 61 1E
Octal 145 2 227 41 143 0 51 430 141 36
Binary 1100101 10 10010111 100001 1100011 0 101001 100011000 1100001 11110

Color Harmonies of #650297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650297

Black with #650297

Text Example


Text Example

White with #650297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650297; }

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

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

background-color css

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

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

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

border-color css

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

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

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