Html Css Color HEX #51057D Indigo

📋 copy color: '#51057D'

red 81 ◦ green 5 ◦ blue 125

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

Shades of Indigo #51057D

Tints of Indigo #51057D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 59.24%

R = 38.39%
G = 2.37%
B = 59.24%

CMYK

 C value IS 0.35

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#51057D (or 0x51057D) is known color: Indigo. HEX triplet: 51, 05 and 7D. RGB value is (81,5,125). Sum of RGB (Red+Green+Blue) = 81+5+125=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 125 (49.22% from 255 or 59.24% from 211); Max value from RGB is 125 - color contains mainly: blue. Hex color #51057D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51057D is #AEFA82. Grayscale: #292929. Windows color (decimal): -11467395 or 8193361. OLE color: 8193361.

HSL color Cylindrical-coordinate representation of color #51057D: hue angle of 278º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #51057D is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 81 5 125 -
CMYK 0.35 0.96 0 0.51
HSL 278º 0.92% 0.25% -
HSV(B) 278º 0.96% 0.49% -
XYZ 7.15 3.34 19.67 -
YUV 41.4 175.18 156.24 -
System Red Green Blue C M Y K H S L
Decimal 81 5 125 0.35 0.96 0 0.51 278 0.92 0.25
Hex 51 5 7D 23 60 0 33 116 5C 19
Octal 121 5 175 43 140 0 63 426 134 31
Binary 1010001 101 1111101 100011 1100000 0 110011 100010110 1011100 11001

Color Harmonies of #51057D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51057D

Black with #51057D

Text Example


Text Example

White with #51057D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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