Html Css Color HEX #510B7D Indigo

📋 copy color: '#510B7D'

red 81 ◦ green 11 ◦ blue 125

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

Shades of Indigo #510B7D

Tints of Indigo #510B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 57.6%

R = 37.33%
G = 5.07%
B = 57.6%

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

#510B7D (or 0x510B7D) is known color: Indigo. HEX triplet: 51, 0B and 7D. RGB value is (81,11,125). Sum of RGB (Red+Green+Blue) = 81+11+125=217 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.33% from 217); Green value is 11 (4.69% from 255 or 5.07% from 217); Blue value is 125 (49.22% from 255 or 57.60% from 217); Max value from RGB is 125 - color contains mainly: blue. Hex color #510B7D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510B7D is #AEF482. Grayscale: #2C2C2C. Windows color (decimal): -11465859 or 8194897. OLE color: 8194897.

HSL color Cylindrical-coordinate representation of color #510B7D: hue angle of 276.84º 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 #510B7D is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 81 11 125 -
CMYK 0.35 0.91 0 0.51
HSL 276.84º 0.84% 0.27% -
HSV(B) 276.84º 0.91% 0.49% -
XYZ 7.21 3.47 19.69 -
YUV 44.93 173.19 153.73 -
System Red Green Blue C M Y K H S L
Decimal 81 11 125 0.35 0.91 0 0.51 276.84 0.84 0.27
Hex 51 B 7D 23 5B 0 33 115 54 1B
Octal 121 13 175 43 133 0 63 425 124 33
Binary 1010001 1011 1111101 100011 1011011 0 110011 100010101 1010100 11011

Color Harmonies of #510B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510B7D

Black with #510B7D

Text Example


Text Example

White with #510B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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