Html Css Color HEX #510F87 Indigo

📋 copy color: '#510F87'

red 81 ◦ green 15 ◦ blue 135

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

Shades of Indigo #510F87

Tints of Indigo #510F87

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.49%

 BLUE value IS 135 (53.13% from 255) = 58.44%

R = 35.06%
G = 6.49%
B = 58.44%

CMYK

 C value IS 0.40

 M value IS 0.89

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#510F87 (or 0x510F87) is known color: Indigo. HEX triplet: 51, 0F and 87. RGB value is (81,15,135). Sum of RGB (Red+Green+Blue) = 81+15+135=231 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.06% from 231); Green value is 15 (6.25% from 255 or 6.49% from 231); Blue value is 135 (53.12% from 255 or 58.44% from 231); Max value from RGB is 135 - color contains mainly: blue. Hex color #510F87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510F87 is #AEF078. Grayscale: #303030. Windows color (decimal): -11464825 or 8851281. OLE color: 8851281.

HSL color Cylindrical-coordinate representation of color #510F87: hue angle of 273º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #510F87 is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 81 15 135 -
CMYK 0.40 0.89 0 0.47
HSL 273º 0.8% 0.29% -
HSV(B) 273º 0.89% 0.53% -
XYZ 7.94 3.84 23.24 -
YUV 48.41 176.87 151.24 -
System Red Green Blue C M Y K H S L
Decimal 81 15 135 0.40 0.89 0 0.47 273 0.8 0.29
Hex 51 F 87 28 59 0 2F 111 50 1D
Octal 121 17 207 50 131 0 57 421 120 35
Binary 1010001 1111 10000111 101000 1011001 0 101111 100010001 1010000 11101

Color Harmonies of #510F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510F87

Black with #510F87

Text Example


Text Example

White with #510F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510F87; }

 p { color: rgb(81,15,135); }

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

background-color css

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

 a { background-color: rgb(81,15,135); }

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

border-color css

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

 span { border-color: rgb(81,15,135); }

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