Html Css Color HEX #51046F Indigo

📋 copy color: '#51046F'

red 81 ◦ green 4 ◦ blue 111

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

Shades of Indigo #51046F

Tints of Indigo #51046F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.04%

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

R = 41.33%
G = 2.04%
B = 56.63%

CMYK

 C value IS 0.27

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#51046F (or 0x51046F) is known color: Indigo. HEX triplet: 51, 04 and 6F. RGB value is (81,4,111). Sum of RGB (Red+Green+Blue) = 81+4+111=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 4 (1.95% from 255 or 2.04% from 196); Blue value is 111 (43.75% from 255 or 56.63% from 196); Max value from RGB is 111 - color contains mainly: blue. Hex color #51046F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51046F is #AEFB90. Grayscale: #262626. Windows color (decimal): -11467665 or 7275601. OLE color: 7275601.

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

Color convert

RGB 81 4 111 -
CMYK 0.27 0.96 0 0.56
HSL 283.18º 0.93% 0.23% -
HSV(B) 283.18º 0.96% 0.44% -
XYZ 6.31 2.98 15.28 -
YUV 39.22 168.51 157.8 -
System Red Green Blue C M Y K H S L
Decimal 81 4 111 0.27 0.96 0 0.56 283.18 0.93 0.23
Hex 51 4 6F 1B 60 0 38 11B 5D 17
Octal 121 4 157 33 140 0 70 433 135 27
Binary 1010001 100 1101111 11011 1100000 0 111000 100011011 1011101 10111

Color Harmonies of #51046F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51046F

Black with #51046F

Text Example


Text Example

White with #51046F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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