Html Css Color HEX #503CB1 Rich Blue

📋 copy color: '#503CB1'

red 80 ◦ green 60 ◦ blue 177

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

Shades of Rich Blue #503CB1

Tints of Rich Blue #503CB1

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.93%

 BLUE value IS 177 (69.53% from 255) = 55.84%

R = 25.24%
G = 18.93%
B = 55.84%

CMYK

 C value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#503CB1 (or 0x503CB1) is known color: Rich Blue. HEX triplet: 50, 3C and B1. RGB value is (80,60,177). Sum of RGB (Red+Green+Blue) = 80+60+177=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 60 (23.83% from 255 or 18.93% from 317); Blue value is 177 (69.53% from 255 or 55.84% from 317); Max value from RGB is 177 - color contains mainly: blue. Hex color #503CB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503CB1 is #AFC34E. Grayscale: #4E4E4E. Windows color (decimal): -11518799 or 11615312. OLE color: 11615312.

HSL color Cylindrical-coordinate representation of color #503CB1: hue angle of 250.26º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #503CB1 is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 80 60 177 -
CMYK 0.55 0.66 0 0.31
HSL 250.26º 0.49% 0.46% -
HSV(B) 250.26º 0.66% 0.69% -
XYZ 12.86 8.11 42.48 -
YUV 79.32 183.13 128.49 -
System Red Green Blue C M Y K H S L
Decimal 80 60 177 0.55 0.66 0 0.31 250.26 0.49 0.46
Hex 50 3C B1 37 42 0 1F FA 31 2E
Octal 120 74 261 67 102 0 37 372 61 56
Binary 1010000 111100 10110001 110111 1000010 0 11111 11111010 110001 101110

Color Harmonies of #503CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503CB1

Black with #503CB1

Text Example


Text Example

White with #503CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503CB1; }

 p { color: rgb(80,60,177); }

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

background-color css

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

 a { background-color: rgb(80,60,177); }

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

border-color css

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

 span { border-color: rgb(80,60,177); }

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