Html Css Color HEX #510090 Indigo

📋 copy color: '#510090'

red 81 ◦ green 0 ◦ blue 144

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

Shades of Indigo #510090

Tints of Indigo #510090

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 144 (56.64% from 255) = 64%

R = 36%
G = 0%
B = 64%

CMYK

 C value IS 0.44

 M value IS 1

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#510090 (or 0x510090) is known color: Indigo. HEX triplet: 51, 00 and 90. RGB value is (81,0,144). Sum of RGB (Red+Green+Blue) = 81+0+144=225 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 144 (56.64% from 255 or 64% from 225); Max value from RGB is 144 - color contains mainly: blue. Hex color #510090 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510090 is #AEFF6F. Grayscale: #282828. Windows color (decimal): -11468656 or 9437265. OLE color: 9437265.

HSL color Cylindrical-coordinate representation of color #510090: hue angle of 273.75º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #510090 is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 81 0 144 -
CMYK 0.44 1 0 0.44
HSL 273.75º 1% 0.28% -
HSV(B) 273.75º 1% 0.56% -
XYZ 8.43 3.76 26.67 -
YUV 40.64 186.34 156.79 -
System Red Green Blue C M Y K H S L
Decimal 81 0 144 0.44 1 0 0.44 273.75 1 0.28
Hex 51 0 90 2C 64 0 2C 112 64 1C
Octal 121 0 220 54 144 0 54 422 144 34
Binary 1010001 0 10010000 101100 1100100 0 101100 100010010 1100100 11100

Color Harmonies of #510090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510090

Black with #510090

Text Example


Text Example

White with #510090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510090; }

 p { color: rgb(81,0,144); }

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

background-color css

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

 a { background-color: rgb(81,0,144); }

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

border-color css

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

 span { border-color: rgb(81,0,144); }

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