Html Css Color HEX #502470 Blue Diamond

📋 copy color: '#502470'

red 80 ◦ green 36 ◦ blue 112

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

Shades of Blue Diamond #502470

Tints of Blue Diamond #502470

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.79%

 BLUE value IS 112 (44.14% from 255) = 49.12%

R = 35.09%
G = 15.79%
B = 49.12%

CMYK

 C value IS 0.29

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#502470 (or 0x502470) is known color: Blue Diamond. HEX triplet: 50, 24 and 70. RGB value is (80,36,112). Sum of RGB (Red+Green+Blue) = 80+36+112=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 36 (14.45% from 255 or 15.79% from 228); Blue value is 112 (44.14% from 255 or 49.12% from 228); Max value from RGB is 112 - color contains mainly: blue. Hex color #502470 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502470 is #AFDB8F. Grayscale: #393939. Windows color (decimal): -11525008 or 7349328. OLE color: 7349328.

HSL color Cylindrical-coordinate representation of color #502470: hue angle of 274.74º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #502470 is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 36 112 -
CMYK 0.29 0.68 0 0.56
HSL 274.74º 0.51% 0.29% -
HSV(B) 274.74º 0.68% 0.44% -
XYZ 6.86 4.14 15.77 -
YUV 57.82 158.58 143.82 -
System Red Green Blue C M Y K H S L
Decimal 80 36 112 0.29 0.68 0 0.56 274.74 0.51 0.29
Hex 50 24 70 1D 44 0 38 113 33 1D
Octal 120 44 160 35 104 0 70 423 63 35
Binary 1010000 100100 1110000 11101 1000100 0 111000 100010011 110011 11101

Color Harmonies of #502470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502470

Black with #502470

Text Example


Text Example

White with #502470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502470; }

 p { color: rgb(80,36,112); }

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

background-color css

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

 a { background-color: rgb(80,36,112); }

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

border-color css

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

 span { border-color: rgb(80,36,112); }

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