Html Css Color HEX #510074 Indigo

📋 copy color: '#510074'

red 81 ◦ green 0 ◦ blue 116

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

Shades of Indigo #510074

Tints of Indigo #510074

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 41.12%
G = 0%
B = 58.88%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#510074 (or 0x510074) is known color: Indigo. HEX triplet: 51, 00 and 74. RGB value is (81,0,116). Sum of RGB (Red+Green+Blue) = 81+0+116=197 (26% of max value = 765). Red value is 81 (32.03% from 255 or 41.12% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 116 (45.70% from 255 or 58.88% from 197); Max value from RGB is 116 - color contains mainly: blue. Hex color #510074 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510074 is #AEFF8B. Grayscale: #252525. Windows color (decimal): -11468684 or 7602257. OLE color: 7602257.

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

Color convert

RGB 81 0 116 -
CMYK 0.30 1 0 0.55
HSL 281.9º 1% 0.23% -
HSV(B) 281.9º 1% 0.45% -
XYZ 6.55 3.01 16.76 -
YUV 37.44 172.34 159.07 -
System Red Green Blue C M Y K H S L
Decimal 81 0 116 0.30 1 0 0.55 281.9 1 0.23
Hex 51 0 74 1E 64 0 37 11A 64 17
Octal 121 0 164 36 144 0 67 432 144 27
Binary 1010001 0 1110100 11110 1100100 0 110111 100011010 1100100 10111

Color Harmonies of #510074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510074

Black with #510074

Text Example


Text Example

White with #510074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510074; }

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

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

background-color css

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

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

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

border-color css

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

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

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