Html Css Color HEX #510868 Indigo

📋 copy color: '#510868'

red 81 ◦ green 8 ◦ blue 104

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

Shades of Indigo #510868

Tints of Indigo #510868

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.15%

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

R = 41.97%
G = 4.15%
B = 53.89%

CMYK

 C value IS 0.22

 M value IS 0.92

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#510868 (or 0x510868) is known color: Indigo. HEX triplet: 51, 08 and 68. RGB value is (81,8,104). Sum of RGB (Red+Green+Blue) = 81+8+104=193 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.97% from 193); Green value is 8 (3.52% from 255 or 4.15% from 193); Blue value is 104 (41.02% from 255 or 53.89% from 193); Max value from RGB is 104 - color contains mainly: blue. Hex color #510868 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510868 is #AEF797. Grayscale: #282828. Windows color (decimal): -11466648 or 6817873. OLE color: 6817873.

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

Color convert

RGB 81 8 104 -
CMYK 0.22 0.92 0 0.59
HSL 285.63º 0.86% 0.22% -
HSV(B) 285.63º 0.92% 0.41% -
XYZ 5.98 2.92 13.35 -
YUV 40.77 163.68 156.69 -
System Red Green Blue C M Y K H S L
Decimal 81 8 104 0.22 0.92 0 0.59 285.63 0.86 0.22
Hex 51 8 68 16 5C 0 3B 11E 56 16
Octal 121 10 150 26 134 0 73 436 126 26
Binary 1010001 1000 1101000 10110 1011100 0 111011 100011110 1010110 10110

Color Harmonies of #510868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510868

Black with #510868

Text Example


Text Example

White with #510868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510868; }

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

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

background-color css

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

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

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

border-color css

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

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

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