#500D94

Color #500D94 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #500D94

Tints of Indigo #500D94

Color information

#500D94 (or 0x500D94) is unknown color: approx Indigo. HEX triplet: 50, 0D and 94. RGB value is (80,13,148). Sum of RGB (Red+Green+Blue) = 80+13+148=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 13 (5.47% from 255 or 5.39% from 241); Blue value is 148 (58.20% from 255 or 61.41% from 241); Max value from RGB is 148 - color contains mainly: blue. Hex color #500D94 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500D94 is #AFF26B. Grayscale: #2F2F2F. Windows color (decimal): -11530860 or 9702736. OLE color: 9702736.

HSL color Cylindrical-coordinate representation of color #500D94: hue angle of 269.78º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #500D94 is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8013148-
CMYK0.460.9100.42
HSL269.78º83.85%31.57%-
HSV(B)269.78º91.22%58.04%-
XYZ8.84.1328.35-
YUV48.42184.2150.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.20%
GREEN value IS 13 (5.47% from 255) = 5.39%
BLUE value IS 148 (58.20% from 255) = 61.41%
R=33.20%
G=5.39%
B=61.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80131480.460.9100.42269.7883.8531.57
Hex50D942E5B02A10e5420
Octal120152245613305241612440
Binary1010000110110010100101110101101101010101000011101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500D94; }

 p { color: rgb(80,13,148); }

 H1.HeaderClassName
 {
   color: #500D94;
 }
 .AnyTagClassName
 {
   color: #500D94;
 }
</style>
background-color css

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

 a { background-color: rgb(80,13,148); }

 div.DivClassName
 {
   background-color: #500D94;
 }
 .BgClassName
 {
   background-color: #500D94;
 }
</style>
border-color css

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

 span { border-color: rgb(80,13,148); }

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