Html Css Color HEX #510170 Indigo

📋 copy color: '#510170'

red 81 ◦ green 1 ◦ blue 112

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

Shades of Indigo #510170

Tints of Indigo #510170

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.52%

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

R = 41.75%
G = 0.52%
B = 57.73%

CMYK

 C value IS 0.28

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#510170 (or 0x510170) is known color: Indigo. HEX triplet: 51, 01 and 70. RGB value is (81,1,112). Sum of RGB (Red+Green+Blue) = 81+1+112=194 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.75% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 112 (44.14% from 255 or 57.73% from 194); Max value from RGB is 112 - color contains mainly: blue. Hex color #510170 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510170 is #AEFE8F. Grayscale: #252525. Windows color (decimal): -11468432 or 7340369. OLE color: 7340369.

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

Color convert

RGB 81 1 112 -
CMYK 0.28 0.99 0 0.56
HSL 283.24º 0.98% 0.22% -
HSV(B) 283.24º 0.99% 0.44% -
XYZ 6.33 2.94 15.56 -
YUV 37.57 170 158.97 -
System Red Green Blue C M Y K H S L
Decimal 81 1 112 0.28 0.99 0 0.56 283.24 0.98 0.22
Hex 51 1 70 1C 63 0 38 11B 62 16
Octal 121 1 160 34 143 0 70 433 142 26
Binary 1010001 1 1110000 11100 1100011 0 111000 100011011 1100010 10110

Color Harmonies of #510170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510170

Black with #510170

Text Example


Text Example

White with #510170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510170; }

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

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

background-color css

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

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

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

border-color css

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

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

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