Html Css Color HEX #51156C Indigo

📋 copy color: '#51156C'

red 81 ◦ green 21 ◦ blue 108

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

Shades of Indigo #51156C

Tints of Indigo #51156C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10%

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

R = 38.57%
G = 10%
B = 51.43%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#51156C (or 0x51156C) is known color: Indigo. HEX triplet: 51, 15 and 6C. RGB value is (81,21,108). Sum of RGB (Red+Green+Blue) = 81+21+108=210 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.57% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 108 (42.58% from 255 or 51.43% from 210); Max value from RGB is 108 - color contains mainly: blue. Hex color #51156C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51156C is #AEEA93. Grayscale: #303030. Windows color (decimal): -11463316 or 7083345. OLE color: 7083345.

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

Color convert

RGB 81 21 108 -
CMYK 0.25 0.81 0 0.58
HSL 281.38º 0.67% 0.25% -
HSV(B) 281.38º 0.81% 0.42% -
XYZ 6.37 3.37 14.5 -
YUV 48.86 161.38 150.93 -
System Red Green Blue C M Y K H S L
Decimal 81 21 108 0.25 0.81 0 0.58 281.38 0.67 0.25
Hex 51 15 6C 19 51 0 3A 119 43 19
Octal 121 25 154 31 121 0 72 431 103 31
Binary 1010001 10101 1101100 11001 1010001 0 111010 100011001 1000011 11001

Color Harmonies of #51156C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51156C

Black with #51156C

Text Example


Text Example

White with #51156C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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