Html Css Color HEX #510A6B Indigo

📋 copy color: '#510A6B'

red 81 ◦ green 10 ◦ blue 107

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

Shades of Indigo #510A6B

Tints of Indigo #510A6B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.05%

 BLUE value IS 107 (42.19% from 255) = 54.04%

R = 40.91%
G = 5.05%
B = 54.04%

CMYK

 C value IS 0.24

 M value IS 0.91

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#510A6B (or 0x510A6B) is known color: Indigo. HEX triplet: 51, 0A and 6B. RGB value is (81,10,107). Sum of RGB (Red+Green+Blue) = 81+10+107=198 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.91% from 198); Green value is 10 (4.30% from 255 or 5.05% from 198); Blue value is 107 (42.19% from 255 or 54.04% from 198); Max value from RGB is 107 - color contains mainly: blue. Hex color #510A6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510A6B is #AEF594. Grayscale: #292929. Windows color (decimal): -11466133 or 7014993. OLE color: 7014993.

HSL color Cylindrical-coordinate representation of color #510A6B: hue angle of 283.92º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #510A6B is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 81 10 107 -
CMYK 0.24 0.91 0 0.58
HSL 283.92º 0.83% 0.23% -
HSV(B) 283.92º 0.91% 0.42% -
XYZ 6.16 3.03 14.17 -
YUV 42.29 164.52 155.61 -
System Red Green Blue C M Y K H S L
Decimal 81 10 107 0.24 0.91 0 0.58 283.92 0.83 0.23
Hex 51 A 6B 18 5B 0 3A 11C 53 17
Octal 121 12 153 30 133 0 72 434 123 27
Binary 1010001 1010 1101011 11000 1011011 0 111010 100011100 1010011 10111

Color Harmonies of #510A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510A6B

Black with #510A6B

Text Example


Text Example

White with #510A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,10,107); }

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

background-color css

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

 a { background-color: rgb(81,10,107); }

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

border-color css

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

 span { border-color: rgb(81,10,107); }

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