Html Css Color HEX #501988 Indigo

📋 copy color: '#501988'

red 80 ◦ green 25 ◦ blue 136

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

Shades of Indigo #501988

Tints of Indigo #501988

RGB

 RED value IS 80 (31.64% from 255) = 33.2%

 GREEN value IS 25 (10.16% from 255) = 10.37%

 BLUE value IS 136 (53.52% from 255) = 56.43%

R = 33.2%
G = 10.37%
B = 56.43%

CMYK

 C value IS 0.41

 M value IS 0.82

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#501988 (or 0x501988) is known color: Indigo. HEX triplet: 50, 19 and 88. RGB value is (80,25,136). Sum of RGB (Red+Green+Blue) = 80+25+136=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 136 (53.52% from 255 or 56.43% from 241); Max value from RGB is 136 - color contains mainly: blue. Hex color #501988 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501988 is #AFE677. Grayscale: #353535. Windows color (decimal): -11527800 or 8919376. OLE color: 8919376.

HSL color Cylindrical-coordinate representation of color #501988: hue angle of 269.73º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #501988 is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 25 136 -
CMYK 0.41 0.82 0 0.47
HSL 269.73º 0.69% 0.32% -
HSV(B) 269.73º 0.82% 0.53% -
XYZ 8.1 4.18 23.67 -
YUV 54.1 174.22 146.47 -
System Red Green Blue C M Y K H S L
Decimal 80 25 136 0.41 0.82 0 0.47 269.73 0.69 0.32
Hex 50 19 88 29 52 0 2F 10E 45 20
Octal 120 31 210 51 122 0 57 416 105 40
Binary 1010000 11001 10001000 101001 1010010 0 101111 100001110 1000101 100000

Color Harmonies of #501988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501988

Black with #501988

Text Example


Text Example

White with #501988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501988; }

 p { color: rgb(80,25,136); }

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

background-color css

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

 a { background-color: rgb(80,25,136); }

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

border-color css

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

 span { border-color: rgb(80,25,136); }

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