Html Css Color HEX #510271 Indigo

📋 copy color: '#510271'

red 81 ◦ green 2 ◦ blue 113

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

Shades of Indigo #510271

Tints of Indigo #510271

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.02%

 BLUE value IS 113 (44.53% from 255) = 57.65%

R = 41.33%
G = 1.02%
B = 57.65%

CMYK

 C value IS 0.28

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#510271 (or 0x510271) is known color: Indigo. HEX triplet: 51, 02 and 71. RGB value is (81,2,113). Sum of RGB (Red+Green+Blue) = 81+2+113=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 113 (44.53% from 255 or 57.65% from 196); Max value from RGB is 113 - color contains mainly: blue. Hex color #510271 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510271 is #AEFD8E. Grayscale: #252525. Windows color (decimal): -11468175 or 7406161. OLE color: 7406161.

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

Color convert

RGB 81 2 113 -
CMYK 0.28 0.98 0 0.56
HSL 282.7º 0.97% 0.23% -
HSV(B) 282.7º 0.98% 0.44% -
XYZ 6.4 2.99 15.86 -
YUV 38.28 170.17 158.47 -
System Red Green Blue C M Y K H S L
Decimal 81 2 113 0.28 0.98 0 0.56 282.7 0.97 0.23
Hex 51 2 71 1C 62 0 38 11B 61 17
Octal 121 2 161 34 142 0 70 433 141 27
Binary 1010001 10 1110001 11100 1100010 0 111000 100011011 1100001 10111

Color Harmonies of #510271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510271

Black with #510271

Text Example


Text Example

White with #510271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510271; }

 p { color: rgb(81,2,113); }

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

background-color css

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

 a { background-color: rgb(81,2,113); }

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

border-color css

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

 span { border-color: rgb(81,2,113); }

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