Html Css Color HEX #510072 Indigo

📋 copy color: '#510072'

red 81 ◦ green 0 ◦ blue 114

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

Shades of Indigo #510072

Tints of Indigo #510072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 58.46%

R = 41.54%
G = 0%
B = 58.46%

CMYK

 C value IS 0.29

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#510072 (or 0x510072) is known color: Indigo. HEX triplet: 51, 00 and 72. RGB value is (81,0,114). Sum of RGB (Red+Green+Blue) = 81+0+114=195 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.54% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 114 (44.92% from 255 or 58.46% from 195); Max value from RGB is 114 - color contains mainly: blue. Hex color #510072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510072 is #AEFF8D. Grayscale: #242424. Windows color (decimal): -11468686 or 7471185. OLE color: 7471185.

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

Color convert

RGB 81 0 114 -
CMYK 0.29 1 0 0.55
HSL 282.63º 1% 0.22% -
HSV(B) 282.63º 1% 0.45% -
XYZ 6.43 2.96 16.15 -
YUV 37.22 171.34 159.23 -
System Red Green Blue C M Y K H S L
Decimal 81 0 114 0.29 1 0 0.55 282.63 1 0.22
Hex 51 0 72 1D 64 0 37 11B 64 16
Octal 121 0 162 35 144 0 67 433 144 26
Binary 1010001 0 1110010 11101 1100100 0 110111 100011011 1100100 10110

Color Harmonies of #510072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510072

Black with #510072

Text Example


Text Example

White with #510072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510072; }

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

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

background-color css

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

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

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

border-color css

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

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

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