Html Css Color HEX #651695 Indigo

📋 copy color: '#651695'

red 101 ◦ green 22 ◦ blue 149

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

Shades of Indigo #651695

Tints of Indigo #651695

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.09%

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

R = 37.13%
G = 8.09%
B = 54.78%

CMYK

 C value IS 0.32

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#651695 (or 0x651695) is known color: Indigo. HEX triplet: 65, 16 and 95. RGB value is (101,22,149). Sum of RGB (Red+Green+Blue) = 101+22+149=272 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.13% from 272); Green value is 22 (8.98% from 255 or 8.09% from 272); Blue value is 149 (58.59% from 255 or 54.78% from 272); Max value from RGB is 149 - color contains mainly: blue. Hex color #651695 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #651695 is #9AE96A. Grayscale: #3B3B3B. Windows color (decimal): -10152299 or 9770597. OLE color: 9770597.

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

Color convert

RGB 101 22 149 -
CMYK 0.32 0.85 0 0.42
HSL 277.32º 0.74% 0.34% -
HSV(B) 277.32º 0.85% 0.58% -
XYZ 11.08 5.51 28.91 -
YUV 60.1 178.17 157.17 -
System Red Green Blue C M Y K H S L
Decimal 101 22 149 0.32 0.85 0 0.42 277.32 0.74 0.34
Hex 65 16 95 20 55 0 2A 115 4A 22
Octal 145 26 225 40 125 0 52 425 112 42
Binary 1100101 10110 10010101 100000 1010101 0 101010 100010101 1001010 100010

Color Harmonies of #651695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651695

Black with #651695

Text Example


Text Example

White with #651695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651695; }

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

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

background-color css

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

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

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

border-color css

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

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

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