Html Css Color HEX #510189 Indigo

📋 copy color: '#510189'

red 81 ◦ green 1 ◦ blue 137

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

Shades of Indigo #510189

Tints of Indigo #510189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 62.56%

R = 36.99%
G = 0.46%
B = 62.56%

CMYK

 C value IS 0.41

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#510189 (or 0x510189) is known color: Indigo. HEX triplet: 51, 01 and 89. RGB value is (81,1,137). Sum of RGB (Red+Green+Blue) = 81+1+137=219 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.99% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 137 (53.91% from 255 or 62.56% from 219); Max value from RGB is 137 - color contains mainly: blue. Hex color #510189 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510189 is #AEFE76. Grayscale: #272727. Windows color (decimal): -11468407 or 8978769. OLE color: 8978769.

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

Color convert

RGB 81 1 137 -
CMYK 0.41 0.99 0 0.46
HSL 275.29º 0.99% 0.27% -
HSV(B) 275.29º 0.99% 0.54% -
XYZ 7.92 3.58 23.94 -
YUV 40.42 182.5 156.94 -
System Red Green Blue C M Y K H S L
Decimal 81 1 137 0.41 0.99 0 0.46 275.29 0.99 0.27
Hex 51 1 89 29 63 0 2E 113 63 1B
Octal 121 1 211 51 143 0 56 423 143 33
Binary 1010001 1 10001001 101001 1100011 0 101110 100010011 1100011 11011

Color Harmonies of #510189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510189

Black with #510189

Text Example


Text Example

White with #510189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510189; }

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

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

background-color css

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

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

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

border-color css

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

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

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