Html Css Color HEX #510594 Indigo

📋 copy color: '#510594'

red 81 ◦ green 5 ◦ blue 148

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

Shades of Indigo #510594

Tints of Indigo #510594

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.14%

 BLUE value IS 148 (58.2% from 255) = 63.25%

R = 34.62%
G = 2.14%
B = 63.25%

CMYK

 C value IS 0.45

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#510594 (or 0x510594) is known color: Indigo. HEX triplet: 51, 05 and 94. RGB value is (81,5,148). Sum of RGB (Red+Green+Blue) = 81+5+148=234 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.62% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 148 (58.20% from 255 or 63.25% from 234); Max value from RGB is 148 - color contains mainly: blue. Hex color #510594 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510594 is #AEFA6B. Grayscale: #2B2B2B. Windows color (decimal): -11467372 or 9700689. OLE color: 9700689.

HSL color Cylindrical-coordinate representation of color #510594: hue angle of 271.89º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #510594 is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 5 148 -
CMYK 0.45 0.97 0 0.42
HSL 271.89º 0.93% 0.3% -
HSV(B) 271.89º 0.97% 0.58% -
XYZ 8.79 4 28.32 -
YUV 44.03 186.68 154.37 -
System Red Green Blue C M Y K H S L
Decimal 81 5 148 0.45 0.97 0 0.42 271.89 0.93 0.3
Hex 51 5 94 2D 61 0 2A 110 5D 1E
Octal 121 5 224 55 141 0 52 420 135 36
Binary 1010001 101 10010100 101101 1100001 0 101010 100010000 1011101 11110

Color Harmonies of #510594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510594

Black with #510594

Text Example


Text Example

White with #510594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510594; }

 p { color: rgb(81,5,148); }

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

background-color css

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

 a { background-color: rgb(81,5,148); }

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

border-color css

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

 span { border-color: rgb(81,5,148); }

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