Html Css Color HEX #51046B Indigo

📋 copy color: '#51046B'

red 81 ◦ green 4 ◦ blue 107

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

Shades of Indigo #51046B

Tints of Indigo #51046B

RGB

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

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

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

R = 42.19%
G = 2.08%
B = 55.73%

CMYK

 C value IS 0.24

 M value IS 0.96

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#51046B (or 0x51046B) is known color: Indigo. HEX triplet: 51, 04 and 6B. RGB value is (81,4,107). Sum of RGB (Red+Green+Blue) = 81+4+107=192 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.19% from 192); Green value is 4 (1.95% from 255 or 2.08% from 192); Blue value is 107 (42.19% from 255 or 55.73% from 192); Max value from RGB is 107 - color contains mainly: blue. Hex color #51046B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51046B is #AEFB94. Grayscale: #262626. Windows color (decimal): -11467669 or 7013457. OLE color: 7013457.

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

Color convert

RGB 81 4 107 -
CMYK 0.24 0.96 0 0.58
HSL 284.85º 0.93% 0.22% -
HSV(B) 284.85º 0.96% 0.42% -
XYZ 6.09 2.9 14.15 -
YUV 38.77 166.51 158.12 -
System Red Green Blue C M Y K H S L
Decimal 81 4 107 0.24 0.96 0 0.58 284.85 0.93 0.22
Hex 51 4 6B 18 60 0 3A 11D 5D 16
Octal 121 4 153 30 140 0 72 435 135 26
Binary 1010001 100 1101011 11000 1100000 0 111010 100011101 1011101 10110

Color Harmonies of #51046B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51046B

Black with #51046B

Text Example


Text Example

White with #51046B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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