Html Css Color HEX #510674 Indigo

📋 copy color: '#510674'

red 81 ◦ green 6 ◦ blue 116

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

Shades of Indigo #510674

Tints of Indigo #510674

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.96%

 BLUE value IS 116 (45.7% from 255) = 57.14%

R = 39.9%
G = 2.96%
B = 57.14%

CMYK

 C value IS 0.30

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#510674 (or 0x510674) is known color: Indigo. HEX triplet: 51, 06 and 74. RGB value is (81,6,116). Sum of RGB (Red+Green+Blue) = 81+6+116=203 (26% of max value = 765). Red value is 81 (32.03% from 255 or 39.90% from 203); Green value is 6 (2.73% from 255 or 2.96% from 203); Blue value is 116 (45.70% from 255 or 57.14% from 203); Max value from RGB is 116 - color contains mainly: blue. Hex color #510674 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510674 is #AEF98B. Grayscale: #282828. Windows color (decimal): -11467148 or 7603793. OLE color: 7603793.

HSL color Cylindrical-coordinate representation of color #510674: hue angle of 280.91º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #510674 is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 6 116 -
CMYK 0.30 0.95 0 0.55
HSL 280.91º 0.9% 0.24% -
HSV(B) 280.91º 0.95% 0.45% -
XYZ 6.61 3.14 16.78 -
YUV 40.97 170.35 156.56 -
System Red Green Blue C M Y K H S L
Decimal 81 6 116 0.30 0.95 0 0.55 280.91 0.9 0.24
Hex 51 6 74 1E 5F 0 37 119 5A 18
Octal 121 6 164 36 137 0 67 431 132 30
Binary 1010001 110 1110100 11110 1011111 0 110111 100011001 1011010 11000

Color Harmonies of #510674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510674

Black with #510674

Text Example


Text Example

White with #510674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510674; }

 p { color: rgb(81,6,116); }

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

background-color css

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

 a { background-color: rgb(81,6,116); }

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

border-color css

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

 span { border-color: rgb(81,6,116); }

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