Html Css Color HEX #651080 Indigo

📋 copy color: '#651080'

red 101 ◦ green 16 ◦ blue 128

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

Shades of Indigo #651080

Tints of Indigo #651080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 52.24%

R = 41.22%
G = 6.53%
B = 52.24%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#651080 (or 0x651080) is known color: Indigo. HEX triplet: 65, 10 and 80. RGB value is (101,16,128). Sum of RGB (Red+Green+Blue) = 101+16+128=245 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.22% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 128 (50.39% from 255 or 52.24% from 245); Max value from RGB is 128 - color contains mainly: blue. Hex color #651080 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #651080 is #9AEF7F. Grayscale: #353535. Windows color (decimal): -10153856 or 8392805. OLE color: 8392805.

HSL color Cylindrical-coordinate representation of color #651080: hue angle of 285.54º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #651080 is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 101 16 128 -
CMYK 0.21 0.88 0 0.50
HSL 285.54º 0.78% 0.28% -
HSV(B) 285.54º 0.88% 0.5% -
XYZ 9.45 4.7 20.83 -
YUV 54.18 169.66 161.39 -
System Red Green Blue C M Y K H S L
Decimal 101 16 128 0.21 0.88 0 0.50 285.54 0.78 0.28
Hex 65 10 80 15 58 0 32 11E 4E 1C
Octal 145 20 200 25 130 0 62 436 116 34
Binary 1100101 10000 10000000 10101 1011000 0 110010 100011110 1001110 11100

Color Harmonies of #651080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651080

Black with #651080

Text Example


Text Example

White with #651080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651080; }

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

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

background-color css

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

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

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

border-color css

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

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

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