Html Css Color HEX #510B7C Indigo

📋 copy color: '#510B7C'

red 81 ◦ green 11 ◦ blue 124

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

Shades of Indigo #510B7C

Tints of Indigo #510B7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 57.41%

R = 37.5%
G = 5.09%
B = 57.41%

CMYK

 C value IS 0.35

 M value IS 0.91

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#510B7C (or 0x510B7C) is known color: Indigo. HEX triplet: 51, 0B and 7C. RGB value is (81,11,124). Sum of RGB (Red+Green+Blue) = 81+11+124=216 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.5% from 216); Green value is 11 (4.69% from 255 or 5.09% from 216); Blue value is 124 (48.83% from 255 or 57.41% from 216); Max value from RGB is 124 - color contains mainly: blue. Hex color #510B7C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510B7C is #AEF483. Grayscale: #2C2C2C. Windows color (decimal): -11465860 or 8129361. OLE color: 8129361.

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

Color convert

RGB 81 11 124 -
CMYK 0.35 0.91 0 0.51
HSL 277.17º 0.84% 0.26% -
HSV(B) 277.17º 0.91% 0.49% -
XYZ 7.15 3.44 19.36 -
YUV 44.81 172.69 153.81 -
System Red Green Blue C M Y K H S L
Decimal 81 11 124 0.35 0.91 0 0.51 277.17 0.84 0.26
Hex 51 B 7C 23 5B 0 33 115 54 1A
Octal 121 13 174 43 133 0 63 425 124 32
Binary 1010001 1011 1111100 100011 1011011 0 110011 100010101 1010100 11010

Color Harmonies of #510B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510B7C

Black with #510B7C

Text Example


Text Example

White with #510B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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