Html Css Color HEX #52247C Blue Diamond

📋 copy color: '#52247C'

red 82 ◦ green 36 ◦ blue 124

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

Shades of Blue Diamond #52247C

Tints of Blue Diamond #52247C

RGB

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

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

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

R = 33.88%
G = 14.88%
B = 51.24%

CMYK

 C value IS 0.34

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#52247C (or 0x52247C) is known color: Blue Diamond. HEX triplet: 52, 24 and 7C. RGB value is (82,36,124). Sum of RGB (Red+Green+Blue) = 82+36+124=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 124 (48.83% from 255 or 51.24% from 242); Max value from RGB is 124 - color contains mainly: blue. Hex color #52247C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52247C is #ADDB83. Grayscale: #3B3B3B. Windows color (decimal): -11393924 or 8135762. OLE color: 8135762.

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

Color convert

RGB 82 36 124 -
CMYK 0.34 0.71 0 0.51
HSL 271.36º 0.55% 0.31% -
HSV(B) 271.36º 0.71% 0.49% -
XYZ 7.75 4.51 19.53 -
YUV 59.79 164.24 143.84 -
System Red Green Blue C M Y K H S L
Decimal 82 36 124 0.34 0.71 0 0.51 271.36 0.55 0.31
Hex 52 24 7C 22 47 0 33 10F 37 1F
Octal 122 44 174 42 107 0 63 417 67 37
Binary 1010010 100100 1111100 100010 1000111 0 110011 100001111 110111 11111

Color Harmonies of #52247C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52247C

Black with #52247C

Text Example


Text Example

White with #52247C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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