Html Css Color HEX #510668 Indigo

📋 copy color: '#510668'

red 81 ◦ green 6 ◦ blue 104

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

Shades of Indigo #510668

Tints of Indigo #510668

RGB

 RED value IS 81 (32.03% from 255) = 42.41%

 GREEN value IS 6 (2.73% from 255) = 3.14%

 BLUE value IS 104 (41.02% from 255) = 54.45%

R = 42.41%
G = 3.14%
B = 54.45%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#510668 (or 0x510668) is known color: Indigo. HEX triplet: 51, 06 and 68. RGB value is (81,6,104). Sum of RGB (Red+Green+Blue) = 81+6+104=191 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.41% from 191); Green value is 6 (2.73% from 255 or 3.14% from 191); Blue value is 104 (41.02% from 255 or 54.45% from 191); Max value from RGB is 104 - color contains mainly: blue. Hex color #510668 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510668 is #AEF997. Grayscale: #272727. Windows color (decimal): -11467160 or 6817361. OLE color: 6817361.

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

Color convert

RGB 81 6 104 -
CMYK 0.22 0.94 0 0.59
HSL 285.92º 0.89% 0.22% -
HSV(B) 285.92º 0.94% 0.41% -
XYZ 5.96 2.88 13.34 -
YUV 39.6 164.35 157.53 -
System Red Green Blue C M Y K H S L
Decimal 81 6 104 0.22 0.94 0 0.59 285.92 0.89 0.22
Hex 51 6 68 16 5E 0 3B 11E 59 16
Octal 121 6 150 26 136 0 73 436 131 26
Binary 1010001 110 1101000 10110 1011110 0 111011 100011110 1011001 10110

Color Harmonies of #510668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510668

Black with #510668

Text Example


Text Example

White with #510668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510668; }

 p { color: rgb(81,6,104); }

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

background-color css

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

 a { background-color: rgb(81,6,104); }

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

border-color css

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

 span { border-color: rgb(81,6,104); }

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