Html Css Color HEX #51187F Indigo

📋 copy color: '#51187F'

red 81 ◦ green 24 ◦ blue 127

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

Shades of Indigo #51187F

Tints of Indigo #51187F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.34%

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

R = 34.91%
G = 10.34%
B = 54.74%

CMYK

 C value IS 0.36

 M value IS 0.81

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#51187F (or 0x51187F) is known color: Indigo. HEX triplet: 51, 18 and 7F. RGB value is (81,24,127). Sum of RGB (Red+Green+Blue) = 81+24+127=232 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.91% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 127 (50% from 255 or 54.74% from 232); Max value from RGB is 127 - color contains mainly: blue. Hex color #51187F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51187F is #AEE780. Grayscale: #343434. Windows color (decimal): -11462529 or 8329297. OLE color: 8329297.

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

Color convert

RGB 81 24 127 -
CMYK 0.36 0.81 0 0.50
HSL 273.2º 0.68% 0.3% -
HSV(B) 273.2º 0.81% 0.5% -
XYZ 7.55 3.93 20.44 -
YUV 52.79 169.88 148.12 -
System Red Green Blue C M Y K H S L
Decimal 81 24 127 0.36 0.81 0 0.50 273.2 0.68 0.3
Hex 51 18 7F 24 51 0 32 111 44 1E
Octal 121 30 177 44 121 0 62 421 104 36
Binary 1010001 11000 1111111 100100 1010001 0 110010 100010001 1000100 11110

Color Harmonies of #51187F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51187F

Black with #51187F

Text Example


Text Example

White with #51187F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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