Html Css Color HEX #651186 Indigo

📋 copy color: '#651186'

red 101 ◦ green 17 ◦ blue 134

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

Shades of Indigo #651186

Tints of Indigo #651186

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.75%

 BLUE value IS 134 (52.73% from 255) = 53.17%

R = 40.08%
G = 6.75%
B = 53.17%

CMYK

 C value IS 0.25

 M value IS 0.87

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#651186 (or 0x651186) is known color: Indigo. HEX triplet: 65, 11 and 86. RGB value is (101,17,134). Sum of RGB (Red+Green+Blue) = 101+17+134=252 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.08% from 252); Green value is 17 (7.03% from 255 or 6.75% from 252); Blue value is 134 (52.73% from 255 or 53.17% from 252); Max value from RGB is 134 - color contains mainly: blue. Hex color #651186 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #651186 is #9AEE79. Grayscale: #373737. Windows color (decimal): -10153594 or 8786277. OLE color: 8786277.

HSL color Cylindrical-coordinate representation of color #651186: hue angle of 283.08º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #651186 is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 101 17 134 -
CMYK 0.25 0.87 0 0.47
HSL 283.08º 0.77% 0.3% -
HSV(B) 283.08º 0.87% 0.53% -
XYZ 9.87 4.89 22.98 -
YUV 55.45 172.33 160.49 -
System Red Green Blue C M Y K H S L
Decimal 101 17 134 0.25 0.87 0 0.47 283.08 0.77 0.3
Hex 65 11 86 19 57 0 2F 11B 4D 1E
Octal 145 21 206 31 127 0 57 433 115 36
Binary 1100101 10001 10000110 11001 1010111 0 101111 100011011 1001101 11110

Color Harmonies of #651186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651186

Black with #651186

Text Example


Text Example

White with #651186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651186; }

 p { color: rgb(101,17,134); }

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

background-color css

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

 a { background-color: rgb(101,17,134); }

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

border-color css

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

 span { border-color: rgb(101,17,134); }

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