Html Css Color HEX #510B7E Indigo

📋 copy color: '#510B7E'

red 81 ◦ green 11 ◦ blue 126

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

Shades of Indigo #510B7E

Tints of Indigo #510B7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 57.8%

R = 37.16%
G = 5.05%
B = 57.8%

CMYK

 C value IS 0.36

 M value IS 0.91

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#510B7E (or 0x510B7E) is known color: Indigo. HEX triplet: 51, 0B and 7E. RGB value is (81,11,126). Sum of RGB (Red+Green+Blue) = 81+11+126=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 11 (4.69% from 255 or 5.05% from 218); Blue value is 126 (49.61% from 255 or 57.80% from 218); Max value from RGB is 126 - color contains mainly: blue. Hex color #510B7E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510B7E is #AEF481. Grayscale: #2C2C2C. Windows color (decimal): -11465858 or 8260433. OLE color: 8260433.

HSL color Cylindrical-coordinate representation of color #510B7E: hue angle of 276.52º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #510B7E is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 81 11 126 -
CMYK 0.36 0.91 0 0.51
HSL 276.52º 0.84% 0.27% -
HSV(B) 276.52º 0.91% 0.49% -
XYZ 7.28 3.5 20.03 -
YUV 45.04 173.69 153.65 -
System Red Green Blue C M Y K H S L
Decimal 81 11 126 0.36 0.91 0 0.51 276.52 0.84 0.27
Hex 51 B 7E 24 5B 0 33 115 54 1B
Octal 121 13 176 44 133 0 63 425 124 33
Binary 1010001 1011 1111110 100100 1011011 0 110011 100010101 1010100 11011

Color Harmonies of #510B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510B7E

Black with #510B7E

Text Example


Text Example

White with #510B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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