Html Css Color HEX #510B6D Indigo

📋 copy color: '#510B6D'

red 81 ◦ green 11 ◦ blue 109

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

Shades of Indigo #510B6D

Tints of Indigo #510B6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 54.23%

R = 40.3%
G = 5.47%
B = 54.23%

CMYK

 C value IS 0.26

 M value IS 0.90

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#510B6D (or 0x510B6D) is known color: Indigo. HEX triplet: 51, 0B and 6D. RGB value is (81,11,109). Sum of RGB (Red+Green+Blue) = 81+11+109=201 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.30% from 201); Green value is 11 (4.69% from 255 or 5.47% from 201); Blue value is 109 (42.97% from 255 or 54.23% from 201); Max value from RGB is 109 - color contains mainly: blue. Hex color #510B6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510B6D is #AEF492. Grayscale: #2A2A2A. Windows color (decimal): -11465875 or 7146321. OLE color: 7146321.

HSL color Cylindrical-coordinate representation of color #510B6D: hue angle of 282.86º 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 #510B6D is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 81 11 109 -
CMYK 0.26 0.90 0 0.57
HSL 282.86º 0.82% 0.24% -
HSV(B) 282.86º 0.9% 0.43% -
XYZ 6.27 3.09 14.73 -
YUV 43.1 165.19 155.03 -
System Red Green Blue C M Y K H S L
Decimal 81 11 109 0.26 0.90 0 0.57 282.86 0.82 0.24
Hex 51 B 6D 1A 5A 0 39 11B 52 18
Octal 121 13 155 32 132 0 71 433 122 30
Binary 1010001 1011 1101101 11010 1011010 0 111001 100011011 1010010 11000

Color Harmonies of #510B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510B6D

Black with #510B6D

Text Example


Text Example

White with #510B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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