Html Css Color HEX #502372 Blue Diamond

📋 copy color: '#502372'

red 80 ◦ green 35 ◦ blue 114

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

Shades of Blue Diamond #502372

Tints of Blue Diamond #502372

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.28%

 BLUE value IS 114 (44.92% from 255) = 49.78%

R = 34.93%
G = 15.28%
B = 49.78%

CMYK

 C value IS 0.30

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#502372 (or 0x502372) is known color: Blue Diamond. HEX triplet: 50, 23 and 72. RGB value is (80,35,114). Sum of RGB (Red+Green+Blue) = 80+35+114=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 35 (14.06% from 255 or 15.28% from 229); Blue value is 114 (44.92% from 255 or 49.78% from 229); Max value from RGB is 114 - color contains mainly: blue. Hex color #502372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502372 is #AFDC8D. Grayscale: #393939. Windows color (decimal): -11525262 or 7480144. OLE color: 7480144.

HSL color Cylindrical-coordinate representation of color #502372: hue angle of 274.18º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #502372 is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 35 114 -
CMYK 0.30 0.69 0 0.55
HSL 274.18º 0.53% 0.29% -
HSV(B) 274.18º 0.69% 0.45% -
XYZ 6.95 4.12 16.35 -
YUV 57.46 159.91 144.08 -
System Red Green Blue C M Y K H S L
Decimal 80 35 114 0.30 0.69 0 0.55 274.18 0.53 0.29
Hex 50 23 72 1E 45 0 37 112 35 1D
Octal 120 43 162 36 105 0 67 422 65 35
Binary 1010000 100011 1110010 11110 1000101 0 110111 100010010 110101 11101

Color Harmonies of #502372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502372

Black with #502372

Text Example


Text Example

White with #502372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502372; }

 p { color: rgb(80,35,114); }

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

background-color css

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

 a { background-color: rgb(80,35,114); }

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

border-color css

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

 span { border-color: rgb(80,35,114); }

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