Html Css Color HEX #510075 Indigo

📋 copy color: '#510075'

red 81 ◦ green 0 ◦ blue 117

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

Shades of Indigo #510075

Tints of Indigo #510075

RGB

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

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

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

R = 40.91%
G = 0%
B = 59.09%

CMYK

 C value IS 0.31

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#510075 (or 0x510075) is known color: Indigo. HEX triplet: 51, 00 and 75. RGB value is (81,0,117). Sum of RGB (Red+Green+Blue) = 81+0+117=198 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.91% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 117 (46.09% from 255 or 59.09% from 198); Max value from RGB is 117 - color contains mainly: blue. Hex color #510075 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510075 is #AEFF8A. Grayscale: #252525. Windows color (decimal): -11468683 or 7667793. OLE color: 7667793.

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

Color convert

RGB 81 0 117 -
CMYK 0.31 1 0 0.54
HSL 281.54º 1% 0.23% -
HSV(B) 281.54º 1% 0.46% -
XYZ 6.6 3.03 17.07 -
YUV 37.56 172.84 158.99 -
System Red Green Blue C M Y K H S L
Decimal 81 0 117 0.31 1 0 0.54 281.54 1 0.23
Hex 51 0 75 1F 64 0 36 11A 64 17
Octal 121 0 165 37 144 0 66 432 144 27
Binary 1010001 0 1110101 11111 1100100 0 110110 100011010 1100100 10111

Color Harmonies of #510075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510075

Black with #510075

Text Example


Text Example

White with #510075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510075; }

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

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

background-color css

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

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

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

border-color css

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

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

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