Html Css Color HEX #51189D Indigo

📋 copy color: '#51189D'

red 81 ◦ green 24 ◦ blue 157

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

Shades of Indigo #51189D

Tints of Indigo #51189D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.16%

 BLUE value IS 157 (61.72% from 255) = 59.92%

R = 30.92%
G = 9.16%
B = 59.92%

CMYK

 C value IS 0.48

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#51189D (or 0x51189D) is known color: Indigo. HEX triplet: 51, 18 and 9D. RGB value is (81,24,157). Sum of RGB (Red+Green+Blue) = 81+24+157=262 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.92% from 262); Green value is 24 (9.77% from 255 or 9.16% from 262); Blue value is 157 (61.72% from 255 or 59.92% from 262); Max value from RGB is 157 - color contains mainly: blue. Hex color #51189D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #51189D is #AEE762. Grayscale: #373737. Windows color (decimal): -11462499 or 10295377. OLE color: 10295377.

HSL color Cylindrical-coordinate representation of color #51189D: hue angle of 265.71º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #51189D is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 81 24 157 -
CMYK 0.48 0.85 0 0.38
HSL 265.71º 0.73% 0.35% -
HSV(B) 265.71º 0.85% 0.62% -
XYZ 9.81 4.84 32.32 -
YUV 56.21 184.88 145.69 -
System Red Green Blue C M Y K H S L
Decimal 81 24 157 0.48 0.85 0 0.38 265.71 0.73 0.35
Hex 51 18 9D 30 55 0 26 10A 49 23
Octal 121 30 235 60 125 0 46 412 111 43
Binary 1010001 11000 10011101 110000 1010101 0 100110 100001010 1001001 100011

Color Harmonies of #51189D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51189D

Black with #51189D

Text Example


Text Example

White with #51189D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51189D; }

 p { color: rgb(81,24,157); }

 H1.HeaderClassName
 {
   color: #51189D;
 }
 .AnyTagClassName
 {
   color: #51189D;
 }
</style>

background-color css

<style>
 a { background-color: #51189D; }

 a { background-color: rgb(81,24,157); }

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

border-color css

<style>
 span { border-color: #51189D; }

 span { border-color: rgb(81,24,157); }

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