Html Css Color HEX #51055F Indigo

📋 copy color: '#51055F'

red 81 ◦ green 5 ◦ blue 95

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

Shades of Indigo #51055F

Tints of Indigo #51055F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.76%

 BLUE value IS 95 (37.5% from 255) = 52.49%

R = 44.75%
G = 2.76%
B = 52.49%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#51055F (or 0x51055F) is known color: Indigo. HEX triplet: 51, 05 and 5F. RGB value is (81,5,95). Sum of RGB (Red+Green+Blue) = 81+5+95=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 95 (37.5% from 255 or 52.49% from 181); Max value from RGB is 95 - color contains mainly: blue. Hex color #51055F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51055F is #AEFAA0. Grayscale: #252525. Windows color (decimal): -11467425 or 6227281. OLE color: 6227281.

HSL color Cylindrical-coordinate representation of color #51055F: hue angle of 290.67º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #51055F is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 81 5 95 -
CMYK 0.15 0.95 0 0.63
HSL 290.67º 0.9% 0.2% -
HSV(B) 290.67º 0.95% 0.37% -
XYZ 5.51 2.68 11.05 -
YUV 37.98 160.18 158.68 -
System Red Green Blue C M Y K H S L
Decimal 81 5 95 0.15 0.95 0 0.63 290.67 0.9 0.2
Hex 51 5 5F F 5F 0 3F 123 5A 14
Octal 121 5 137 17 137 0 77 443 132 24
Binary 1010001 101 1011111 1111 1011111 0 111111 100100011 1011010 10100

Color Harmonies of #51055F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51055F

Black with #51055F

Text Example


Text Example

White with #51055F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51055F; }

 p { color: rgb(81,5,95); }

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

background-color css

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

 a { background-color: rgb(81,5,95); }

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

border-color css

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

 span { border-color: rgb(81,5,95); }

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