Html Css Color HEX #51015F Indigo

📋 copy color: '#51015F'

red 81 ◦ green 1 ◦ blue 95

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

Shades of Indigo #51015F

Tints of Indigo #51015F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 53.67%

R = 45.76%
G = 0.56%
B = 53.67%

CMYK

 C value IS 0.15

 M value IS 0.99

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#51015F (or 0x51015F) is known color: Indigo. HEX triplet: 51, 01 and 5F. RGB value is (81,1,95). Sum of RGB (Red+Green+Blue) = 81+1+95=177 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.76% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 95 (37.5% from 255 or 53.67% from 177); Max value from RGB is 95 - color contains mainly: blue. Hex color #51015F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51015F is #AEFEA0. Grayscale: #232323. Windows color (decimal): -11468449 or 6226257. OLE color: 6226257.

HSL color Cylindrical-coordinate representation of color #51015F: hue angle of 291.06º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #51015F is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 81 1 95 -
CMYK 0.15 0.99 0 0.63
HSL 291.06º 0.98% 0.19% -
HSV(B) 291.06º 0.99% 0.37% -
XYZ 5.47 2.6 11.04 -
YUV 35.64 161.5 160.36 -
System Red Green Blue C M Y K H S L
Decimal 81 1 95 0.15 0.99 0 0.63 291.06 0.98 0.19
Hex 51 1 5F F 63 0 3F 123 62 13
Octal 121 1 137 17 143 0 77 443 142 23
Binary 1010001 1 1011111 1111 1100011 0 111111 100100011 1100010 10011

Color Harmonies of #51015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51015F

Black with #51015F

Text Example


Text Example

White with #51015F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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