Html Css Color HEX #500274 Indigo

📋 copy color: '#500274'

red 80 ◦ green 2 ◦ blue 116

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

Shades of Indigo #500274

Tints of Indigo #500274

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.01%

 BLUE value IS 116 (45.7% from 255) = 58.59%

R = 40.4%
G = 1.01%
B = 58.59%

CMYK

 C value IS 0.31

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#500274 (or 0x500274) is known color: Indigo. HEX triplet: 50, 02 and 74. RGB value is (80,2,116). Sum of RGB (Red+Green+Blue) = 80+2+116=198 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.40% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 116 (45.70% from 255 or 58.59% from 198); Max value from RGB is 116 - color contains mainly: blue. Hex color #500274 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500274 is #AFFD8B. Grayscale: #252525. Windows color (decimal): -11533708 or 7602768. OLE color: 7602768.

HSL color Cylindrical-coordinate representation of color #500274: hue angle of 281.05º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #500274 is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 2 116 -
CMYK 0.31 0.98 0 0.55
HSL 281.05º 0.97% 0.23% -
HSV(B) 281.05º 0.98% 0.45% -
XYZ 6.48 3.01 16.76 -
YUV 38.32 171.84 157.73 -
System Red Green Blue C M Y K H S L
Decimal 80 2 116 0.31 0.98 0 0.55 281.05 0.97 0.23
Hex 50 2 74 1F 62 0 37 119 61 17
Octal 120 2 164 37 142 0 67 431 141 27
Binary 1010000 10 1110100 11111 1100010 0 110111 100011001 1100001 10111

Color Harmonies of #500274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500274

Black with #500274

Text Example


Text Example

White with #500274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500274; }

 p { color: rgb(80,2,116); }

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

background-color css

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

 a { background-color: rgb(80,2,116); }

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

border-color css

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

 span { border-color: rgb(80,2,116); }

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