Html Css Color HEX #651495 Indigo

📋 copy color: '#651495'

red 101 ◦ green 20 ◦ blue 149

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

Shades of Indigo #651495

Tints of Indigo #651495

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.41%

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

R = 37.41%
G = 7.41%
B = 55.19%

CMYK

 C value IS 0.32

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#651495 (or 0x651495) is known color: Indigo. HEX triplet: 65, 14 and 95. RGB value is (101,20,149). Sum of RGB (Red+Green+Blue) = 101+20+149=270 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.41% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 149 (58.59% from 255 or 55.19% from 270); Max value from RGB is 149 - color contains mainly: blue. Hex color #651495 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #651495 is #9AEB6A. Grayscale: #3A3A3A. Windows color (decimal): -10152811 or 9770085. OLE color: 9770085.

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

Color convert

RGB 101 20 149 -
CMYK 0.32 0.87 0 0.42
HSL 277.67º 0.76% 0.33% -
HSV(B) 277.67º 0.87% 0.58% -
XYZ 11.04 5.44 28.9 -
YUV 58.93 178.84 158.01 -
System Red Green Blue C M Y K H S L
Decimal 101 20 149 0.32 0.87 0 0.42 277.67 0.76 0.33
Hex 65 14 95 20 57 0 2A 116 4C 21
Octal 145 24 225 40 127 0 52 426 114 41
Binary 1100101 10100 10010101 100000 1010111 0 101010 100010110 1001100 100001

Color Harmonies of #651495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651495

Black with #651495

Text Example


Text Example

White with #651495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651495; }

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

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

background-color css

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

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

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

border-color css

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

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

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