Html Css Color HEX #510193 Indigo

📋 copy color: '#510193'

red 81 ◦ green 1 ◦ blue 147

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

Shades of Indigo #510193

Tints of Indigo #510193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 64.19%

R = 35.37%
G = 0.44%
B = 64.19%

CMYK

 C value IS 0.45

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#510193 (or 0x510193) is known color: Indigo. HEX triplet: 51, 01 and 93. RGB value is (81,1,147). Sum of RGB (Red+Green+Blue) = 81+1+147=229 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.37% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 147 (57.81% from 255 or 64.19% from 229); Max value from RGB is 147 - color contains mainly: blue. Hex color #510193 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510193 is #AEFE6C. Grayscale: #292929. Windows color (decimal): -11468397 or 9634129. OLE color: 9634129.

HSL color Cylindrical-coordinate representation of color #510193: hue angle of 272.88º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #510193 is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 1 147 -
CMYK 0.45 0.99 0 0.42
HSL 272.88º 0.99% 0.29% -
HSV(B) 272.88º 0.99% 0.58% -
XYZ 8.67 3.88 27.9 -
YUV 41.56 187.5 156.13 -
System Red Green Blue C M Y K H S L
Decimal 81 1 147 0.45 0.99 0 0.42 272.88 0.99 0.29
Hex 51 1 93 2D 63 0 2A 111 63 1D
Octal 121 1 223 55 143 0 52 421 143 35
Binary 1010001 1 10010011 101101 1100011 0 101010 100010001 1100011 11101

Color Harmonies of #510193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510193

Black with #510193

Text Example


Text Example

White with #510193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510193; }

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

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

background-color css

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

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

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

border-color css

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

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

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