Html Css Color HEX #51005C Indigo

📋 copy color: '#51005C'

red 81 ◦ green 0 ◦ blue 92

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

Shades of Indigo #51005C

Tints of Indigo #51005C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 53.18%

R = 46.82%
G = 0%
B = 53.18%

CMYK

 C value IS 0.12

 M value IS 1

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#51005C (or 0x51005C) is known color: Indigo. HEX triplet: 51, 00 and 5C. RGB value is (81,0,92). Sum of RGB (Red+Green+Blue) = 81+0+92=173 (22% of max value = 765). Red value is 81 (32.03% from 255 or 46.82% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 92 (36.33% from 255 or 53.18% from 173); Max value from RGB is 92 - color contains mainly: blue. Hex color #51005C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51005C is #AEFFA3. Grayscale: #222222. Windows color (decimal): -11468708 or 6029393. OLE color: 6029393.

HSL color Cylindrical-coordinate representation of color #51005C: hue angle of 292.83º 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 #51005C is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 81 0 92 -
CMYK 0.12 1 0 0.64
HSL 292.83º 1% 0.18% -
HSV(B) 292.83º 1% 0.36% -
XYZ 5.33 2.52 10.33 -
YUV 34.71 160.34 161.02 -
System Red Green Blue C M Y K H S L
Decimal 81 0 92 0.12 1 0 0.64 292.83 1 0.18
Hex 51 0 5C C 64 0 40 125 64 12
Octal 121 0 134 14 144 0 100 445 144 22
Binary 1010001 0 1011100 1100 1100100 0 1000000 100100101 1100100 10010

Color Harmonies of #51005C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51005C

Black with #51005C

Text Example


Text Example

White with #51005C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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