Html Css Color HEX #510993 Indigo

📋 copy color: '#510993'

red 81 ◦ green 9 ◦ blue 147

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

Shades of Indigo #510993

Tints of Indigo #510993

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.8%

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

R = 34.18%
G = 3.8%
B = 62.03%

CMYK

 C value IS 0.45

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#510993 (or 0x510993) is known color: Indigo. HEX triplet: 51, 09 and 93. RGB value is (81,9,147). Sum of RGB (Red+Green+Blue) = 81+9+147=237 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.18% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 147 (57.81% from 255 or 62.03% from 237); Max value from RGB is 147 - color contains mainly: blue. Hex color #510993 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510993 is #AEF66C. Grayscale: #2D2D2D. Windows color (decimal): -11466349 or 9636177. OLE color: 9636177.

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

Color convert

RGB 81 9 147 -
CMYK 0.45 0.94 0 0.42
HSL 271.3º 0.88% 0.31% -
HSV(B) 271.3º 0.94% 0.58% -
XYZ 8.76 4.05 27.92 -
YUV 46.26 184.85 152.78 -
System Red Green Blue C M Y K H S L
Decimal 81 9 147 0.45 0.94 0 0.42 271.3 0.88 0.31
Hex 51 9 93 2D 5E 0 2A 10F 58 1F
Octal 121 11 223 55 136 0 52 417 130 37
Binary 1010001 1001 10010011 101101 1011110 0 101010 100001111 1011000 11111

Color Harmonies of #510993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510993

Black with #510993

Text Example


Text Example

White with #510993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510993; }

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

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

background-color css

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

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

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

border-color css

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

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

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