Html Css Color HEX #51016F Indigo

📋 copy color: '#51016F'

red 81 ◦ green 1 ◦ blue 111

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

Shades of Indigo #51016F

Tints of Indigo #51016F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 57.51%

R = 41.97%
G = 0.52%
B = 57.51%

CMYK

 C value IS 0.27

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#51016F (or 0x51016F) is known color: Indigo. HEX triplet: 51, 01 and 6F. RGB value is (81,1,111). Sum of RGB (Red+Green+Blue) = 81+1+111=193 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.97% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 111 (43.75% from 255 or 57.51% from 193); Max value from RGB is 111 - color contains mainly: blue. Hex color #51016F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51016F is #AEFE90. Grayscale: #252525. Windows color (decimal): -11468433 or 7274833. OLE color: 7274833.

HSL color Cylindrical-coordinate representation of color #51016F: hue angle of 283.64º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #51016F is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 1 111 -
CMYK 0.27 0.99 0 0.56
HSL 283.64º 0.98% 0.22% -
HSV(B) 283.64º 0.99% 0.44% -
XYZ 6.27 2.92 15.27 -
YUV 37.46 169.5 159.06 -
System Red Green Blue C M Y K H S L
Decimal 81 1 111 0.27 0.99 0 0.56 283.64 0.98 0.22
Hex 51 1 6F 1B 63 0 38 11C 62 16
Octal 121 1 157 33 143 0 70 434 142 26
Binary 1010001 1 1101111 11011 1100011 0 111000 100011100 1100010 10110

Color Harmonies of #51016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51016F

Black with #51016F

Text Example


Text Example

White with #51016F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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