Html Css Color HEX #51137D Indigo

📋 copy color: '#51137D'

red 81 ◦ green 19 ◦ blue 125

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

Shades of Indigo #51137D

Tints of Indigo #51137D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.44%

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

R = 36%
G = 8.44%
B = 55.56%

CMYK

 C value IS 0.35

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#51137D (or 0x51137D) is known color: Indigo. HEX triplet: 51, 13 and 7D. RGB value is (81,19,125). Sum of RGB (Red+Green+Blue) = 81+19+125=225 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 125 (49.22% from 255 or 55.56% from 225); Max value from RGB is 125 - color contains mainly: blue. Hex color #51137D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51137D is #AEEC82. Grayscale: #313131. Windows color (decimal): -11463811 or 8196945. OLE color: 8196945.

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

Color convert

RGB 81 19 125 -
CMYK 0.35 0.85 0 0.51
HSL 275.09º 0.74% 0.28% -
HSV(B) 275.09º 0.85% 0.49% -
XYZ 7.33 3.7 19.73 -
YUV 49.62 170.54 150.38 -
System Red Green Blue C M Y K H S L
Decimal 81 19 125 0.35 0.85 0 0.51 275.09 0.74 0.28
Hex 51 13 7D 23 55 0 33 113 4A 1C
Octal 121 23 175 43 125 0 63 423 112 34
Binary 1010001 10011 1111101 100011 1010101 0 110011 100010011 1001010 11100

Color Harmonies of #51137D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51137D

Black with #51137D

Text Example


Text Example

White with #51137D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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