Html Css Color HEX #51016B Indigo

📋 copy color: '#51016B'

red 81 ◦ green 1 ◦ blue 107

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

Shades of Indigo #51016B

Tints of Indigo #51016B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

 BLUE value IS 107 (42.19% from 255) = 56.61%

R = 42.86%
G = 0.53%
B = 56.61%

CMYK

 C value IS 0.24

 M value IS 0.99

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#51016B (or 0x51016B) is known color: Indigo. HEX triplet: 51, 01 and 6B. RGB value is (81,1,107). Sum of RGB (Red+Green+Blue) = 81+1+107=189 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.86% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 107 (42.19% from 255 or 56.61% from 189); Max value from RGB is 107 - color contains mainly: blue. Hex color #51016B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51016B is #AEFE94. Grayscale: #242424. Windows color (decimal): -11468437 or 7012689. OLE color: 7012689.

HSL color Cylindrical-coordinate representation of color #51016B: hue angle of 285.28º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #51016B is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 81 1 107 -
CMYK 0.24 0.99 0 0.58
HSL 285.28º 0.98% 0.21% -
HSV(B) 285.28º 0.99% 0.42% -
XYZ 6.06 2.83 14.14 -
YUV 37 167.5 159.38 -
System Red Green Blue C M Y K H S L
Decimal 81 1 107 0.24 0.99 0 0.58 285.28 0.98 0.21
Hex 51 1 6B 18 63 0 3A 11D 62 15
Octal 121 1 153 30 143 0 72 435 142 25
Binary 1010001 1 1101011 11000 1100011 0 111010 100011101 1100010 10101

Color Harmonies of #51016B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51016B

Black with #51016B

Text Example


Text Example

White with #51016B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51016B; }

 p { color: rgb(81,1,107); }

 H1.HeaderClassName
 {
   color: #51016B;
 }
 .AnyTagClassName
 {
   color: #51016B;
 }
</style>

background-color css

<style>
 a { background-color: #51016B; }

 a { background-color: rgb(81,1,107); }

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

border-color css

<style>
 span { border-color: #51016B; }

 span { border-color: rgb(81,1,107); }

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