Html Css Color HEX #510070 Indigo

📋 copy color: '#510070'

red 81 ◦ green 0 ◦ blue 112

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

Shades of Indigo #510070

Tints of Indigo #510070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 58.03%

R = 41.97%
G = 0%
B = 58.03%

CMYK

 C value IS 0.28

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#510070 (or 0x510070) is known color: Indigo. HEX triplet: 51, 00 and 70. RGB value is (81,0,112). Sum of RGB (Red+Green+Blue) = 81+0+112=193 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.97% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 112 (44.14% from 255 or 58.03% from 193); Max value from RGB is 112 - color contains mainly: blue. Hex color #510070 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510070 is #AEFF8F. Grayscale: #242424. Windows color (decimal): -11468688 or 7340113. OLE color: 7340113.

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

Color convert

RGB 81 0 112 -
CMYK 0.28 1 0 0.56
HSL 283.39º 1% 0.22% -
HSV(B) 283.39º 1% 0.44% -
XYZ 6.32 2.92 15.56 -
YUV 36.99 170.34 159.39 -
System Red Green Blue C M Y K H S L
Decimal 81 0 112 0.28 1 0 0.56 283.39 1 0.22
Hex 51 0 70 1C 64 0 38 11B 64 16
Octal 121 0 160 34 144 0 70 433 144 26
Binary 1010001 0 1110000 11100 1100100 0 111000 100011011 1100100 10110

Color Harmonies of #510070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510070

Black with #510070

Text Example


Text Example

White with #510070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510070; }

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

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

background-color css

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

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

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

border-color css

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

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

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