Html Css Color HEX #510B6C Indigo

📋 copy color: '#510B6C'

red 81 ◦ green 11 ◦ blue 108

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

Shades of Indigo #510B6C

Tints of Indigo #510B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 54%

R = 40.5%
G = 5.5%
B = 54%

CMYK

 C value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#510B6C (or 0x510B6C) is known color: Indigo. HEX triplet: 51, 0B and 6C. RGB value is (81,11,108). Sum of RGB (Red+Green+Blue) = 81+11+108=200 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.5% from 200); Green value is 11 (4.69% from 255 or 5.5% from 200); Blue value is 108 (42.58% from 255 or 54% from 200); Max value from RGB is 108 - color contains mainly: blue. Hex color #510B6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510B6C is #AEF493. Grayscale: #2A2A2A. Windows color (decimal): -11465876 or 7080785. OLE color: 7080785.

HSL color Cylindrical-coordinate representation of color #510B6C: hue angle of 283.3º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #510B6C is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 81 11 108 -
CMYK 0.25 0.90 0 0.58
HSL 283.3º 0.82% 0.23% -
HSV(B) 283.3º 0.9% 0.42% -
XYZ 6.22 3.07 14.45 -
YUV 42.99 164.69 155.11 -
System Red Green Blue C M Y K H S L
Decimal 81 11 108 0.25 0.90 0 0.58 283.3 0.82 0.23
Hex 51 B 6C 19 5A 0 3A 11B 52 17
Octal 121 13 154 31 132 0 72 433 122 27
Binary 1010001 1011 1101100 11001 1011010 0 111010 100011011 1010010 10111

Color Harmonies of #510B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510B6C

Black with #510B6C

Text Example


Text Example

White with #510B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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