Html Css Color HEX #52246D Blue Diamond

📋 copy color: '#52246D'

red 82 ◦ green 36 ◦ blue 109

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

Shades of Blue Diamond #52246D

Tints of Blue Diamond #52246D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 48.02%

R = 36.12%
G = 15.86%
B = 48.02%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#52246D (or 0x52246D) is known color: Blue Diamond. HEX triplet: 52, 24 and 6D. RGB value is (82,36,109). Sum of RGB (Red+Green+Blue) = 82+36+109=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 109 (42.97% from 255 or 48.02% from 227); Max value from RGB is 109 - color contains mainly: blue. Hex color #52246D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52246D is #ADDB92. Grayscale: #393939. Windows color (decimal): -11393939 or 7152722. OLE color: 7152722.

HSL color Cylindrical-coordinate representation of color #52246D: hue angle of 277.81º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52246D is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 82 36 109 -
CMYK 0.25 0.67 0 0.57
HSL 277.81º 0.5% 0.28% -
HSV(B) 277.81º 0.67% 0.43% -
XYZ 6.87 4.16 14.91 -
YUV 58.08 156.74 145.06 -
System Red Green Blue C M Y K H S L
Decimal 82 36 109 0.25 0.67 0 0.57 277.81 0.5 0.28
Hex 52 24 6D 19 43 0 39 116 32 1C
Octal 122 44 155 31 103 0 71 426 62 34
Binary 1010010 100100 1101101 11001 1000011 0 111001 100010110 110010 11100

Color Harmonies of #52246D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52246D

Black with #52246D

Text Example


Text Example

White with #52246D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52246D; }

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

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

background-color css

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

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

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

border-color css

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

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

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