Html Css Color HEX #52297C Blue Diamond

📋 copy color: '#52297C'

red 82 ◦ green 41 ◦ blue 124

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

Shades of Blue Diamond #52297C

Tints of Blue Diamond #52297C

RGB

 RED value IS 82 (32.42% from 255) = 33.2%

 GREEN value IS 41 (16.41% from 255) = 16.6%

 BLUE value IS 124 (48.83% from 255) = 50.2%

R = 33.2%
G = 16.6%
B = 50.2%

CMYK

 C value IS 0.34

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#52297C (or 0x52297C) is known color: Blue Diamond. HEX triplet: 52, 29 and 7C. RGB value is (82,41,124). Sum of RGB (Red+Green+Blue) = 82+41+124=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 41 (16.41% from 255 or 16.60% from 247); Blue value is 124 (48.83% from 255 or 50.20% from 247); Max value from RGB is 124 - color contains mainly: blue. Hex color #52297C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52297C is #ADD683. Grayscale: #3E3E3E. Windows color (decimal): -11392644 or 8137042. OLE color: 8137042.

HSL color Cylindrical-coordinate representation of color #52297C: hue angle of 269.64º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52297C is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 41 124 -
CMYK 0.34 0.67 0 0.51
HSL 269.64º 0.5% 0.32% -
HSV(B) 269.64º 0.67% 0.49% -
XYZ 7.91 4.83 19.59 -
YUV 62.72 162.58 141.75 -
System Red Green Blue C M Y K H S L
Decimal 82 41 124 0.34 0.67 0 0.51 269.64 0.5 0.32
Hex 52 29 7C 22 43 0 33 10E 32 20
Octal 122 51 174 42 103 0 63 416 62 40
Binary 1010010 101001 1111100 100010 1000011 0 110011 100001110 110010 100000

Color Harmonies of #52297C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52297C

Black with #52297C

Text Example


Text Example

White with #52297C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52297C; }

 p { color: rgb(82,41,124); }

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

background-color css

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

 a { background-color: rgb(82,41,124); }

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

border-color css

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

 span { border-color: rgb(82,41,124); }

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