Html Css Color HEX #51148C Indigo

📋 copy color: '#51148C'

red 81 ◦ green 20 ◦ blue 140

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

Shades of Indigo #51148C

Tints of Indigo #51148C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.3%

 BLUE value IS 140 (55.08% from 255) = 58.09%

R = 33.61%
G = 8.3%
B = 58.09%

CMYK

 C value IS 0.42

 M value IS 0.86

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#51148C (or 0x51148C) is known color: Indigo. HEX triplet: 51, 14 and 8C. RGB value is (81,20,140). Sum of RGB (Red+Green+Blue) = 81+20+140=241 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.61% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 140 (55.08% from 255 or 58.09% from 241); Max value from RGB is 140 - color contains mainly: blue. Hex color #51148C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #51148C is #AEEB73. Grayscale: #333333. Windows color (decimal): -11463540 or 9180241. OLE color: 9180241.

HSL color Cylindrical-coordinate representation of color #51148C: hue angle of 270.5º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #51148C is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 81 20 140 -
CMYK 0.42 0.86 0 0.45
HSL 270.5º 0.75% 0.31% -
HSV(B) 270.5º 0.86% 0.55% -
XYZ 8.38 4.14 25.17 -
YUV 51.92 177.71 148.74 -
System Red Green Blue C M Y K H S L
Decimal 81 20 140 0.42 0.86 0 0.45 270.5 0.75 0.31
Hex 51 14 8C 2A 56 0 2D 10E 4B 1F
Octal 121 24 214 52 126 0 55 416 113 37
Binary 1010001 10100 10001100 101010 1010110 0 101101 100001110 1001011 11111

Color Harmonies of #51148C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51148C

Black with #51148C

Text Example


Text Example

White with #51148C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51148C; }

 p { color: rgb(81,20,140); }

 H1.HeaderClassName
 {
   color: #51148C;
 }
 .AnyTagClassName
 {
   color: #51148C;
 }
</style>

background-color css

<style>
 a { background-color: #51148C; }

 a { background-color: rgb(81,20,140); }

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

border-color css

<style>
 span { border-color: #51148C; }

 span { border-color: rgb(81,20,140); }

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