Html Css Color HEX #651096 Indigo

📋 copy color: '#651096'

red 101 ◦ green 16 ◦ blue 150

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

Shades of Indigo #651096

Tints of Indigo #651096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 56.18%

R = 37.83%
G = 5.99%
B = 56.18%

CMYK

 C value IS 0.33

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#651096 (or 0x651096) is known color: Indigo. HEX triplet: 65, 10 and 96. RGB value is (101,16,150). Sum of RGB (Red+Green+Blue) = 101+16+150=267 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.83% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 150 (58.98% from 255 or 56.18% from 267); Max value from RGB is 150 - color contains mainly: blue. Hex color #651096 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #651096 is #9AEF69. Grayscale: #383838. Windows color (decimal): -10153834 or 9834597. OLE color: 9834597.

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

Color convert

RGB 101 16 150 -
CMYK 0.33 0.89 0 0.41
HSL 278.06º 0.81% 0.33% -
HSV(B) 278.06º 0.89% 0.59% -
XYZ 11.06 5.34 29.3 -
YUV 56.69 180.66 159.6 -
System Red Green Blue C M Y K H S L
Decimal 101 16 150 0.33 0.89 0 0.41 278.06 0.81 0.33
Hex 65 10 96 21 59 0 29 116 51 21
Octal 145 20 226 41 131 0 51 426 121 41
Binary 1100101 10000 10010110 100001 1011001 0 101001 100010110 1010001 100001

Color Harmonies of #651096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651096

Black with #651096

Text Example


Text Example

White with #651096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651096; }

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

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

background-color css

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

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

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

border-color css

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

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

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