Html Css Color HEX #502777 Blue Diamond

📋 copy color: '#502777'

red 80 ◦ green 39 ◦ blue 119

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

Shades of Blue Diamond #502777

Tints of Blue Diamond #502777

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.39%

 BLUE value IS 119 (46.88% from 255) = 50%

R = 33.61%
G = 16.39%
B = 50%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#502777 (or 0x502777) is known color: Blue Diamond. HEX triplet: 50, 27 and 77. RGB value is (80,39,119). Sum of RGB (Red+Green+Blue) = 80+39+119=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 39 (15.62% from 255 or 16.39% from 238); Blue value is 119 (46.88% from 255 or 50% from 238); Max value from RGB is 119 - color contains mainly: blue. Hex color #502777 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502777 is #AFD888. Grayscale: #3C3C3C. Windows color (decimal): -11524233 or 7808848. OLE color: 7808848.

HSL color Cylindrical-coordinate representation of color #502777: hue angle of 270.75º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #502777 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 39 119 -
CMYK 0.33 0.67 0 0.53
HSL 270.75º 0.51% 0.31% -
HSV(B) 270.75º 0.67% 0.47% -
XYZ 7.36 4.49 17.93 -
YUV 60.38 161.08 142 -
System Red Green Blue C M Y K H S L
Decimal 80 39 119 0.33 0.67 0 0.53 270.75 0.51 0.31
Hex 50 27 77 21 43 0 35 10F 33 1F
Octal 120 47 167 41 103 0 65 417 63 37
Binary 1010000 100111 1110111 100001 1000011 0 110101 100001111 110011 11111

Color Harmonies of #502777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502777

Black with #502777

Text Example


Text Example

White with #502777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502777; }

 p { color: rgb(80,39,119); }

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

background-color css

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

 a { background-color: rgb(80,39,119); }

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

border-color css

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

 span { border-color: rgb(80,39,119); }

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