Html Css Color HEX #51005D Indigo

📋 copy color: '#51005D'

red 81 ◦ green 0 ◦ blue 93

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

Shades of Indigo #51005D

Tints of Indigo #51005D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 53.45%

R = 46.55%
G = 0%
B = 53.45%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#51005D (or 0x51005D) is known color: Indigo. HEX triplet: 51, 00 and 5D. RGB value is (81,0,93). Sum of RGB (Red+Green+Blue) = 81+0+93=174 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.55% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 93 (36.72% from 255 or 53.45% from 174); Max value from RGB is 93 - color contains mainly: blue. Hex color #51005D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51005D is #AEFFA2. Grayscale: #222222. Windows color (decimal): -11468707 or 6094929. OLE color: 6094929.

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

Color convert

RGB 81 0 93 -
CMYK 0.13 1 0 0.64
HSL 292.26º 1% 0.18% -
HSV(B) 292.26º 1% 0.36% -
XYZ 5.37 2.54 10.56 -
YUV 34.82 160.84 160.94 -
System Red Green Blue C M Y K H S L
Decimal 81 0 93 0.13 1 0 0.64 292.26 1 0.18
Hex 51 0 5D D 64 0 40 124 64 12
Octal 121 0 135 15 144 0 100 444 144 22
Binary 1010001 0 1011101 1101 1100100 0 1000000 100100100 1100100 10010

Color Harmonies of #51005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51005D

Black with #51005D

Text Example


Text Example

White with #51005D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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