Html Css Color HEX #510895 Indigo

📋 copy color: '#510895'

red 81 ◦ green 8 ◦ blue 149

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

Shades of Indigo #510895

Tints of Indigo #510895

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.36%

 BLUE value IS 149 (58.59% from 255) = 62.61%

R = 34.03%
G = 3.36%
B = 62.61%

CMYK

 C value IS 0.46

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#510895 (or 0x510895) is known color: Indigo. HEX triplet: 51, 08 and 95. RGB value is (81,8,149). Sum of RGB (Red+Green+Blue) = 81+8+149=238 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.03% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 149 (58.59% from 255 or 62.61% from 238); Max value from RGB is 149 - color contains mainly: blue. Hex color #510895 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510895 is #AEF76A. Grayscale: #2D2D2D. Windows color (decimal): -11466603 or 9766993. OLE color: 9766993.

HSL color Cylindrical-coordinate representation of color #510895: hue angle of 271.06º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #510895 is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 8 149 -
CMYK 0.46 0.95 0 0.42
HSL 271.06º 0.9% 0.31% -
HSV(B) 271.06º 0.95% 0.58% -
XYZ 8.9 4.09 28.75 -
YUV 45.9 186.18 153.04 -
System Red Green Blue C M Y K H S L
Decimal 81 8 149 0.46 0.95 0 0.42 271.06 0.9 0.31
Hex 51 8 95 2E 5F 0 2A 10F 5A 1F
Octal 121 10 225 56 137 0 52 417 132 37
Binary 1010001 1000 10010101 101110 1011111 0 101010 100001111 1011010 11111

Color Harmonies of #510895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510895

Black with #510895

Text Example


Text Example

White with #510895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510895; }

 p { color: rgb(81,8,149); }

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

background-color css

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

 a { background-color: rgb(81,8,149); }

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

border-color css

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

 span { border-color: rgb(81,8,149); }

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