Html Css Color HEX #503DB6 Rich Blue

📋 copy color: '#503DB6'

red 80 ◦ green 61 ◦ blue 182

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

Shades of Rich Blue #503DB6

Tints of Rich Blue #503DB6

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.89%

 BLUE value IS 182 (71.48% from 255) = 56.35%

R = 24.77%
G = 18.89%
B = 56.35%

CMYK

 C value IS 0.56

 M value IS 0.66

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#503DB6 (or 0x503DB6) is known color: Rich Blue. HEX triplet: 50, 3D and B6. RGB value is (80,61,182). Sum of RGB (Red+Green+Blue) = 80+61+182=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 61 (24.22% from 255 or 18.89% from 323); Blue value is 182 (71.48% from 255 or 56.35% from 323); Max value from RGB is 182 - color contains mainly: blue. Hex color #503DB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503DB6 is #AFC249. Grayscale: #505050. Windows color (decimal): -11518538 or 11943248. OLE color: 11943248.

HSL color Cylindrical-coordinate representation of color #503DB6: hue angle of 249.42º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #503DB6 is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 80 61 182 -
CMYK 0.56 0.66 0 0.29
HSL 249.42º 0.5% 0.48% -
HSV(B) 249.42º 0.66% 0.71% -
XYZ 13.42 8.42 45.17 -
YUV 80.48 185.29 127.66 -
System Red Green Blue C M Y K H S L
Decimal 80 61 182 0.56 0.66 0 0.29 249.42 0.5 0.48
Hex 50 3D B6 38 42 0 1D F9 32 30
Octal 120 75 266 70 102 0 35 371 62 60
Binary 1010000 111101 10110110 111000 1000010 0 11101 11111001 110010 110000

Color Harmonies of #503DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503DB6

Black with #503DB6

Text Example


Text Example

White with #503DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,61,182); }

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

background-color css

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

 a { background-color: rgb(80,61,182); }

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

border-color css

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

 span { border-color: rgb(80,61,182); }

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