Html Css Color HEX #51136C Indigo

📋 copy color: '#51136C'

red 81 ◦ green 19 ◦ blue 108

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

Shades of Indigo #51136C

Tints of Indigo #51136C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 51.92%

R = 38.94%
G = 9.13%
B = 51.92%

CMYK

 C value IS 0.25

 M value IS 0.82

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#51136C (or 0x51136C) is known color: Indigo. HEX triplet: 51, 13 and 6C. RGB value is (81,19,108). Sum of RGB (Red+Green+Blue) = 81+19+108=208 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.94% from 208); Green value is 19 (7.81% from 255 or 9.13% from 208); Blue value is 108 (42.58% from 255 or 51.92% from 208); Max value from RGB is 108 - color contains mainly: blue. Hex color #51136C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51136C is #AEEC93. Grayscale: #2F2F2F. Windows color (decimal): -11463828 or 7082833. OLE color: 7082833.

HSL color Cylindrical-coordinate representation of color #51136C: hue angle of 281.8º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #51136C is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 81 19 108 -
CMYK 0.25 0.82 0 0.58
HSL 281.8º 0.7% 0.25% -
HSV(B) 281.8º 0.82% 0.42% -
XYZ 6.33 3.3 14.49 -
YUV 47.68 162.04 151.76 -
System Red Green Blue C M Y K H S L
Decimal 81 19 108 0.25 0.82 0 0.58 281.8 0.7 0.25
Hex 51 13 6C 19 52 0 3A 11A 46 19
Octal 121 23 154 31 122 0 72 432 106 31
Binary 1010001 10011 1101100 11001 1010010 0 111010 100011010 1000110 11001

Color Harmonies of #51136C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51136C

Black with #51136C

Text Example


Text Example

White with #51136C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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