Html Css Color HEX #500383 Indigo

📋 copy color: '#500383'

red 80 ◦ green 3 ◦ blue 131

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

Shades of Indigo #500383

Tints of Indigo #500383

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.4%

 BLUE value IS 131 (51.56% from 255) = 61.21%

R = 37.38%
G = 1.4%
B = 61.21%

CMYK

 C value IS 0.39

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#500383 (or 0x500383) is known color: Indigo. HEX triplet: 50, 03 and 83. RGB value is (80,3,131). Sum of RGB (Red+Green+Blue) = 80+3+131=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 131 (51.56% from 255 or 61.21% from 214); Max value from RGB is 131 - color contains mainly: blue. Hex color #500383 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500383 is #AFFC7C. Grayscale: #282828. Windows color (decimal): -11533437 or 8586064. OLE color: 8586064.

HSL color Cylindrical-coordinate representation of color #500383: hue angle of 276.09º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #500383 is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 3 131 -
CMYK 0.39 0.98 0 0.49
HSL 276.09º 0.96% 0.26% -
HSV(B) 276.09º 0.98% 0.51% -
XYZ 7.44 3.41 21.74 -
YUV 40.62 179.01 156.09 -
System Red Green Blue C M Y K H S L
Decimal 80 3 131 0.39 0.98 0 0.49 276.09 0.96 0.26
Hex 50 3 83 27 62 0 31 114 60 1A
Octal 120 3 203 47 142 0 61 424 140 32
Binary 1010000 11 10000011 100111 1100010 0 110001 100010100 1100000 11010

Color Harmonies of #500383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500383

Black with #500383

Text Example


Text Example

White with #500383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500383; }

 p { color: rgb(80,3,131); }

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

background-color css

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

 a { background-color: rgb(80,3,131); }

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

border-color css

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

 span { border-color: rgb(80,3,131); }

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