Html Css Color HEX #510F6E Indigo

📋 copy color: '#510F6E'

red 81 ◦ green 15 ◦ blue 110

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

Shades of Indigo #510F6E

Tints of Indigo #510F6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 53.4%

R = 39.32%
G = 7.28%
B = 53.4%

CMYK

 C value IS 0.26

 M value IS 0.86

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#510F6E (or 0x510F6E) is known color: Indigo. HEX triplet: 51, 0F and 6E. RGB value is (81,15,110). Sum of RGB (Red+Green+Blue) = 81+15+110=206 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.32% from 206); Green value is 15 (6.25% from 255 or 7.28% from 206); Blue value is 110 (43.36% from 255 or 53.40% from 206); Max value from RGB is 110 - color contains mainly: blue. Hex color #510F6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510F6E is #AEF091. Grayscale: #2D2D2D. Windows color (decimal): -11464850 or 7212881. OLE color: 7212881.

HSL color Cylindrical-coordinate representation of color #510F6E: hue angle of 281.68º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #510F6E is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 81 15 110 -
CMYK 0.26 0.86 0 0.57
HSL 281.68º 0.76% 0.25% -
HSV(B) 281.68º 0.86% 0.43% -
XYZ 6.38 3.22 15.04 -
YUV 45.56 164.37 153.28 -
System Red Green Blue C M Y K H S L
Decimal 81 15 110 0.26 0.86 0 0.57 281.68 0.76 0.25
Hex 51 F 6E 1A 56 0 39 11A 4C 19
Octal 121 17 156 32 126 0 71 432 114 31
Binary 1010001 1111 1101110 11010 1010110 0 111001 100011010 1001100 11001

Color Harmonies of #510F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510F6E

Black with #510F6E

Text Example


Text Example

White with #510F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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