Html Css Color HEX #651095 Indigo

📋 copy color: '#651095'

red 101 ◦ green 16 ◦ blue 149

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

Shades of Indigo #651095

Tints of Indigo #651095

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.02%

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

R = 37.97%
G = 6.02%
B = 56.02%

CMYK

 C value IS 0.32

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#651095 (or 0x651095) is known color: Indigo. HEX triplet: 65, 10 and 95. RGB value is (101,16,149). Sum of RGB (Red+Green+Blue) = 101+16+149=266 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.97% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 149 (58.59% from 255 or 56.02% from 266); Max value from RGB is 149 - color contains mainly: blue. Hex color #651095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #651095 is #9AEF6A. Grayscale: #383838. Windows color (decimal): -10153835 or 9769061. OLE color: 9769061.

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

Color convert

RGB 101 16 149 -
CMYK 0.32 0.89 0 0.42
HSL 278.35º 0.81% 0.32% -
HSV(B) 278.35º 0.89% 0.58% -
XYZ 10.98 5.31 28.88 -
YUV 56.58 180.16 159.69 -
System Red Green Blue C M Y K H S L
Decimal 101 16 149 0.32 0.89 0 0.42 278.35 0.81 0.32
Hex 65 10 95 20 59 0 2A 116 51 20
Octal 145 20 225 40 131 0 52 426 121 40
Binary 1100101 10000 10010101 100000 1011001 0 101010 100010110 1010001 100000

Color Harmonies of #651095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651095

Black with #651095

Text Example


Text Example

White with #651095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651095; }

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

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

background-color css

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

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

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

border-color css

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

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

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