Html Css Color HEX #51047E Indigo

📋 copy color: '#51047E'

red 81 ◦ green 4 ◦ blue 126

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

Shades of Indigo #51047E

Tints of Indigo #51047E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.9%

 BLUE value IS 126 (49.61% from 255) = 59.72%

R = 38.39%
G = 1.9%
B = 59.72%

CMYK

 C value IS 0.36

 M value IS 0.97

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#51047E (or 0x51047E) is known color: Indigo. HEX triplet: 51, 04 and 7E. RGB value is (81,4,126). Sum of RGB (Red+Green+Blue) = 81+4+126=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 126 (49.61% from 255 or 59.72% from 211); Max value from RGB is 126 - color contains mainly: blue. Hex color #51047E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51047E is #AEFB81. Grayscale: #282828. Windows color (decimal): -11467650 or 8258641. OLE color: 8258641.

HSL color Cylindrical-coordinate representation of color #51047E: hue angle of 277.87º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #51047E is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 81 4 126 -
CMYK 0.36 0.97 0 0.51
HSL 277.87º 0.94% 0.25% -
HSV(B) 277.87º 0.97% 0.49% -
XYZ 7.2 3.34 20 -
YUV 40.93 176.01 156.58 -
System Red Green Blue C M Y K H S L
Decimal 81 4 126 0.36 0.97 0 0.51 277.87 0.94 0.25
Hex 51 4 7E 24 61 0 33 116 5E 19
Octal 121 4 176 44 141 0 63 426 136 31
Binary 1010001 100 1111110 100100 1100001 0 110011 100010110 1011110 11001

Color Harmonies of #51047E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51047E

Black with #51047E

Text Example


Text Example

White with #51047E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51047E; }

 p { color: rgb(81,4,126); }

 H1.HeaderClassName
 {
   color: #51047E;
 }
 .AnyTagClassName
 {
   color: #51047E;
 }
</style>

background-color css

<style>
 a { background-color: #51047E; }

 a { background-color: rgb(81,4,126); }

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

border-color css

<style>
 span { border-color: #51047E; }

 span { border-color: rgb(81,4,126); }

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