Html Css Color HEX #51127F Indigo

📋 copy color: '#51127F'

red 81 ◦ green 18 ◦ blue 127

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

Shades of Indigo #51127F

Tints of Indigo #51127F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 56.19%

R = 35.84%
G = 7.96%
B = 56.19%

CMYK

 C value IS 0.36

 M value IS 0.86

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#51127F (or 0x51127F) is known color: Indigo. HEX triplet: 51, 12 and 7F. RGB value is (81,18,127). Sum of RGB (Red+Green+Blue) = 81+18+127=226 (29% of max value = 765). Red value is 81 (32.03% from 255 or 35.84% from 226); Green value is 18 (7.42% from 255 or 7.96% from 226); Blue value is 127 (50% from 255 or 56.19% from 226); Max value from RGB is 127 - color contains mainly: blue. Hex color #51127F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51127F is #AEED80. Grayscale: #303030. Windows color (decimal): -11464065 or 8327761. OLE color: 8327761.

HSL color Cylindrical-coordinate representation of color #51127F: hue angle of 274.68º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #51127F is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 81 18 127 -
CMYK 0.36 0.86 0 0.50
HSL 274.68º 0.75% 0.28% -
HSV(B) 274.68º 0.86% 0.5% -
XYZ 7.44 3.71 20.4 -
YUV 49.26 171.87 150.64 -
System Red Green Blue C M Y K H S L
Decimal 81 18 127 0.36 0.86 0 0.50 274.68 0.75 0.28
Hex 51 12 7F 24 56 0 32 113 4B 1C
Octal 121 22 177 44 126 0 62 423 113 34
Binary 1010001 10010 1111111 100100 1010110 0 110010 100010011 1001011 11100

Color Harmonies of #51127F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51127F

Black with #51127F

Text Example


Text Example

White with #51127F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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