Html Css Color HEX #510175 Indigo

📋 copy color: '#510175'

red 81 ◦ green 1 ◦ blue 117

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

Shades of Indigo #510175

Tints of Indigo #510175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 58.79%

R = 40.7%
G = 0.5%
B = 58.79%

CMYK

 C value IS 0.31

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#510175 (or 0x510175) is known color: Indigo. HEX triplet: 51, 01 and 75. RGB value is (81,1,117). Sum of RGB (Red+Green+Blue) = 81+1+117=199 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.70% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 117 (46.09% from 255 or 58.79% from 199); Max value from RGB is 117 - color contains mainly: blue. Hex color #510175 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510175 is #AEFE8A. Grayscale: #252525. Windows color (decimal): -11468427 or 7668049. OLE color: 7668049.

HSL color Cylindrical-coordinate representation of color #510175: hue angle of 281.38º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #510175 is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 81 1 117 -
CMYK 0.31 0.99 0 0.54
HSL 281.38º 0.98% 0.23% -
HSV(B) 281.38º 0.99% 0.46% -
XYZ 6.62 3.06 17.07 -
YUV 38.14 172.5 158.57 -
System Red Green Blue C M Y K H S L
Decimal 81 1 117 0.31 0.99 0 0.54 281.38 0.98 0.23
Hex 51 1 75 1F 63 0 36 119 62 17
Octal 121 1 165 37 143 0 66 431 142 27
Binary 1010001 1 1110101 11111 1100011 0 110110 100011001 1100010 10111

Color Harmonies of #510175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510175

Black with #510175

Text Example


Text Example

White with #510175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510175; }

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

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

background-color css

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

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

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

border-color css

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

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

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