Html Css Color HEX #510289 Indigo

📋 copy color: '#510289'

red 81 ◦ green 2 ◦ blue 137

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

Shades of Indigo #510289

Tints of Indigo #510289

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.91%

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

R = 36.82%
G = 0.91%
B = 62.27%

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

#510289 (or 0x510289) is known color: Indigo. HEX triplet: 51, 02 and 89. RGB value is (81,2,137). Sum of RGB (Red+Green+Blue) = 81+2+137=220 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.82% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 137 (53.91% from 255 or 62.27% from 220); Max value from RGB is 137 - color contains mainly: blue. Hex color #510289 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510289 is #AEFD76. Grayscale: #282828. Windows color (decimal): -11468151 or 8979025. OLE color: 8979025.

HSL color Cylindrical-coordinate representation of color #510289: hue angle of 275.11º degrees, saturation: 0.97, 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 #510289 is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 81 2 137 -
CMYK 0.41 0.99 0 0.46
HSL 275.11º 0.97% 0.27% -
HSV(B) 275.11º 0.99% 0.54% -
XYZ 7.93 3.6 23.94 -
YUV 41.01 182.17 156.52 -
System Red Green Blue C M Y K H S L
Decimal 81 2 137 0.41 0.99 0 0.46 275.11 0.97 0.27
Hex 51 2 89 29 63 0 2E 113 61 1B
Octal 121 2 211 51 143 0 56 423 141 33
Binary 1010001 10 10001001 101001 1100011 0 101110 100010011 1100001 11011

Color Harmonies of #510289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510289

Black with #510289

Text Example


Text Example

White with #510289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510289; }

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

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

background-color css

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

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

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

border-color css

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

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

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