Html Css Color HEX #510E9A Indigo

📋 copy color: '#510E9A'

red 81 ◦ green 14 ◦ blue 154

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

Shades of Indigo #510E9A

Tints of Indigo #510E9A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.62%

 BLUE value IS 154 (60.55% from 255) = 61.85%

R = 32.53%
G = 5.62%
B = 61.85%

CMYK

 C value IS 0.47

 M value IS 0.91

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#510E9A (or 0x510E9A) is known color: Indigo. HEX triplet: 51, 0E and 9A. RGB value is (81,14,154). Sum of RGB (Red+Green+Blue) = 81+14+154=249 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.53% from 249); Green value is 14 (5.86% from 255 or 5.62% from 249); Blue value is 154 (60.55% from 255 or 61.85% from 249); Max value from RGB is 154 - color contains mainly: blue. Hex color #510E9A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510E9A is #AEF165. Grayscale: #313131. Windows color (decimal): -11465062 or 10096209. OLE color: 10096209.

HSL color Cylindrical-coordinate representation of color #510E9A: hue angle of 268.71º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #510E9A is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 81 14 154 -
CMYK 0.47 0.91 0 0.40
HSL 268.71º 0.83% 0.33% -
HSV(B) 268.71º 0.91% 0.6% -
XYZ 9.38 4.4 30.93 -
YUV 49.99 186.7 150.12 -
System Red Green Blue C M Y K H S L
Decimal 81 14 154 0.47 0.91 0 0.40 268.71 0.83 0.33
Hex 51 E 9A 2F 5B 0 28 10D 53 21
Octal 121 16 232 57 133 0 50 415 123 41
Binary 1010001 1110 10011010 101111 1011011 0 101000 100001101 1010011 100001

Color Harmonies of #510E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510E9A

Black with #510E9A

Text Example


Text Example

White with #510E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,14,154); }

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

background-color css

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

 a { background-color: rgb(81,14,154); }

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

border-color css

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

 span { border-color: rgb(81,14,154); }

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