Html Css Color HEX #510B7A Indigo

📋 copy color: '#510B7A'

red 81 ◦ green 11 ◦ blue 122

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

Shades of Indigo #510B7A

Tints of Indigo #510B7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 57.01%

R = 37.85%
G = 5.14%
B = 57.01%

CMYK

 C value IS 0.34

 M value IS 0.91

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#510B7A (or 0x510B7A) is known color: Indigo. HEX triplet: 51, 0B and 7A. RGB value is (81,11,122). Sum of RGB (Red+Green+Blue) = 81+11+122=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 11 (4.69% from 255 or 5.14% from 214); Blue value is 122 (48.05% from 255 or 57.01% from 214); Max value from RGB is 122 - color contains mainly: blue. Hex color #510B7A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510B7A is #AEF485. Grayscale: #2C2C2C. Windows color (decimal): -11465862 or 7998289. OLE color: 7998289.

HSL color Cylindrical-coordinate representation of color #510B7A: hue angle of 277.84º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #510B7A is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 81 11 122 -
CMYK 0.34 0.91 0 0.52
HSL 277.84º 0.83% 0.26% -
HSV(B) 277.84º 0.91% 0.48% -
XYZ 7.03 3.39 18.7 -
YUV 44.58 171.69 153.97 -
System Red Green Blue C M Y K H S L
Decimal 81 11 122 0.34 0.91 0 0.52 277.84 0.83 0.26
Hex 51 B 7A 22 5B 0 34 116 53 1A
Octal 121 13 172 42 133 0 64 426 123 32
Binary 1010001 1011 1111010 100010 1011011 0 110100 100010110 1010011 11010

Color Harmonies of #510B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510B7A

Black with #510B7A

Text Example


Text Example

White with #510B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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