Html Css Color HEX #51127C Indigo

📋 copy color: '#51127C'

red 81 ◦ green 18 ◦ blue 124

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

Shades of Indigo #51127C

Tints of Indigo #51127C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.07%

 BLUE value IS 124 (48.83% from 255) = 55.61%

R = 36.32%
G = 8.07%
B = 55.61%

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

#51127C (or 0x51127C) is known color: Indigo. HEX triplet: 51, 12 and 7C. RGB value is (81,18,124). Sum of RGB (Red+Green+Blue) = 81+18+124=223 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.32% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 124 (48.83% from 255 or 55.61% from 223); Max value from RGB is 124 - color contains mainly: blue. Hex color #51127C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51127C is #AEED83. Grayscale: #303030. Windows color (decimal): -11464068 or 8131153. OLE color: 8131153.

HSL color Cylindrical-coordinate representation of color #51127C: hue angle of 275.66º degrees, saturation: 0.75, 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 #51127C is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 81 18 124 -
CMYK 0.35 0.85 0 0.51
HSL 275.66º 0.75% 0.28% -
HSV(B) 275.66º 0.85% 0.49% -
XYZ 7.25 3.64 19.39 -
YUV 48.92 170.37 150.88 -
System Red Green Blue C M Y K H S L
Decimal 81 18 124 0.35 0.85 0 0.51 275.66 0.75 0.28
Hex 51 12 7C 23 55 0 33 114 4B 1C
Octal 121 22 174 43 125 0 63 424 113 34
Binary 1010001 10010 1111100 100011 1010101 0 110011 100010100 1001011 11100

Color Harmonies of #51127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51127C

Black with #51127C

Text Example


Text Example

White with #51127C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,18,124); }

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

background-color css

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

 a { background-color: rgb(81,18,124); }

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

border-color css

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

 span { border-color: rgb(81,18,124); }

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