Html Css Color HEX #510872 Indigo

📋 copy color: '#510872'

red 81 ◦ green 8 ◦ blue 114

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

Shades of Indigo #510872

Tints of Indigo #510872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 56.16%

R = 39.9%
G = 3.94%
B = 56.16%

CMYK

 C value IS 0.29

 M value IS 0.93

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#510872 (or 0x510872) is known color: Indigo. HEX triplet: 51, 08 and 72. RGB value is (81,8,114). Sum of RGB (Red+Green+Blue) = 81+8+114=203 (26% of max value = 765). Red value is 81 (32.03% from 255 or 39.90% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 114 (44.92% from 255 or 56.16% from 203); Max value from RGB is 114 - color contains mainly: blue. Hex color #510872 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510872 is #AEF78D. Grayscale: #292929. Windows color (decimal): -11466638 or 7473233. OLE color: 7473233.

HSL color Cylindrical-coordinate representation of color #510872: hue angle of 281.32º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #510872 is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 8 114 -
CMYK 0.29 0.93 0 0.55
HSL 281.32º 0.87% 0.24% -
HSV(B) 281.32º 0.93% 0.45% -
XYZ 6.52 3.14 16.18 -
YUV 41.91 168.68 155.88 -
System Red Green Blue C M Y K H S L
Decimal 81 8 114 0.29 0.93 0 0.55 281.32 0.87 0.24
Hex 51 8 72 1D 5D 0 37 119 57 18
Octal 121 10 162 35 135 0 67 431 127 30
Binary 1010001 1000 1110010 11101 1011101 0 110111 100011001 1010111 11000

Color Harmonies of #510872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510872

Black with #510872

Text Example


Text Example

White with #510872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510872; }

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

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

background-color css

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

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

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

border-color css

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

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

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