Html Css Color HEX #51005E Indigo

📋 copy color: '#51005E'

red 81 ◦ green 0 ◦ blue 94

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

Shades of Indigo #51005E

Tints of Indigo #51005E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 53.71%

R = 46.29%
G = 0%
B = 53.71%

CMYK

 C value IS 0.14

 M value IS 1

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#51005E (or 0x51005E) is known color: Indigo. HEX triplet: 51, 00 and 5E. RGB value is (81,0,94). Sum of RGB (Red+Green+Blue) = 81+0+94=175 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.29% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 94 (37.11% from 255 or 53.71% from 175); Max value from RGB is 94 - color contains mainly: blue. Hex color #51005E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51005E is #AEFFA1. Grayscale: #222222. Windows color (decimal): -11468706 or 6160465. OLE color: 6160465.

HSL color Cylindrical-coordinate representation of color #51005E: hue angle of 291.7º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #51005E is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 81 0 94 -
CMYK 0.14 1 0 0.63
HSL 291.7º 1% 0.18% -
HSV(B) 291.7º 1% 0.37% -
XYZ 5.41 2.56 10.8 -
YUV 34.94 161.34 160.86 -
System Red Green Blue C M Y K H S L
Decimal 81 0 94 0.14 1 0 0.63 291.7 1 0.18
Hex 51 0 5E E 64 0 3F 124 64 12
Octal 121 0 136 16 144 0 77 444 144 22
Binary 1010001 0 1011110 1110 1100100 0 111111 100100100 1100100 10010

Color Harmonies of #51005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51005E

Black with #51005E

Text Example


Text Example

White with #51005E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51005E; }

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

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

background-color css

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

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

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

border-color css

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

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

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