Html Css Color HEX #502571 Blue Diamond

📋 copy color: '#502571'

red 80 ◦ green 37 ◦ blue 113

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

Shades of Blue Diamond #502571

Tints of Blue Diamond #502571

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.09%

 BLUE value IS 113 (44.53% from 255) = 49.13%

R = 34.78%
G = 16.09%
B = 49.13%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#502571 (or 0x502571) is known color: Blue Diamond. HEX triplet: 50, 25 and 71. RGB value is (80,37,113). Sum of RGB (Red+Green+Blue) = 80+37+113=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 37 (14.84% from 255 or 16.09% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 113 - color contains mainly: blue. Hex color #502571 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502571 is #AFDA8E. Grayscale: #3A3A3A. Windows color (decimal): -11524751 or 7415120. OLE color: 7415120.

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

Color convert

RGB 80 37 113 -
CMYK 0.29 0.67 0 0.56
HSL 273.95º 0.51% 0.29% -
HSV(B) 273.95º 0.67% 0.44% -
XYZ 6.95 4.22 16.07 -
YUV 58.52 158.75 143.32 -
System Red Green Blue C M Y K H S L
Decimal 80 37 113 0.29 0.67 0 0.56 273.95 0.51 0.29
Hex 50 25 71 1D 43 0 38 112 33 1D
Octal 120 45 161 35 103 0 70 422 63 35
Binary 1010000 100101 1110001 11101 1000011 0 111000 100010010 110011 11101

Color Harmonies of #502571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502571

Black with #502571

Text Example


Text Example

White with #502571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502571; }

 p { color: rgb(80,37,113); }

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

background-color css

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

 a { background-color: rgb(80,37,113); }

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

border-color css

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

 span { border-color: rgb(80,37,113); }

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