Html Css Color HEX #510B6E Indigo

📋 copy color: '#510B6E'

red 81 ◦ green 11 ◦ blue 110

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

Shades of Indigo #510B6E

Tints of Indigo #510B6E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.45%

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

R = 40.1%
G = 5.45%
B = 54.46%

CMYK

 C value IS 0.26

 M value IS 0.9

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#510B6E (or 0x510B6E) is known color: Indigo. HEX triplet: 51, 0B and 6E. RGB value is (81,11,110). Sum of RGB (Red+Green+Blue) = 81+11+110=202 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.10% from 202); Green value is 11 (4.69% from 255 or 5.45% from 202); Blue value is 110 (43.36% from 255 or 54.46% from 202); Max value from RGB is 110 - color contains mainly: blue. Hex color #510B6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510B6E is #AEF491. Grayscale: #2A2A2A. Windows color (decimal): -11465874 or 7211857. OLE color: 7211857.

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

Color convert

RGB 81 11 110 -
CMYK 0.26 0.9 0 0.57
HSL 282.42º 0.82% 0.24% -
HSV(B) 282.42º 0.9% 0.43% -
XYZ 6.33 3.11 15.02 -
YUV 43.22 165.69 154.95 -
System Red Green Blue C M Y K H S L
Decimal 81 11 110 0.26 0.9 0 0.57 282.42 0.82 0.24
Hex 51 B 6E 1A 5A 0 39 11A 52 18
Octal 121 13 156 32 132 0 71 432 122 30
Binary 1010001 1011 1101110 11010 1011010 0 111001 100011010 1010010 11000

Color Harmonies of #510B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510B6E

Black with #510B6E

Text Example


Text Example

White with #510B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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