Html Css Color HEX #503C9C Blue Gem

📋 copy color: '#503C9C'

red 80 ◦ green 60 ◦ blue 156

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

Shades of Blue Gem #503C9C

Tints of Blue Gem #503C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 52.7%

R = 27.03%
G = 20.27%
B = 52.7%

CMYK

 C value IS 0.49

 M value IS 0.62

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#503C9C (or 0x503C9C) is known color: Blue Gem. HEX triplet: 50, 3C and 9C. RGB value is (80,60,156). Sum of RGB (Red+Green+Blue) = 80+60+156=296 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.03% from 296); Green value is 60 (23.83% from 255 or 20.27% from 296); Blue value is 156 (61.33% from 255 or 52.70% from 296); Max value from RGB is 156 - color contains mainly: blue. Hex color #503C9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503C9C is #AFC363. Grayscale: #4C4C4C. Windows color (decimal): -11518820 or 10239056. OLE color: 10239056.

HSL color Cylindrical-coordinate representation of color #503C9C: hue angle of 252.5º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #503C9C is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 60 156 -
CMYK 0.49 0.62 0 0.39
HSL 252.5º 0.44% 0.42% -
HSV(B) 252.5º 0.62% 0.61% -
XYZ 10.92 7.34 32.29 -
YUV 76.92 172.63 130.19 -
System Red Green Blue C M Y K H S L
Decimal 80 60 156 0.49 0.62 0 0.39 252.5 0.44 0.42
Hex 50 3C 9C 31 3E 0 27 FD 2C 2A
Octal 120 74 234 61 76 0 47 375 54 52
Binary 1010000 111100 10011100 110001 111110 0 100111 11111101 101100 101010

Color Harmonies of #503C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503C9C

Black with #503C9C

Text Example


Text Example

White with #503C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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