Html Css Color HEX #52246F Blue Diamond

📋 copy color: '#52246F'

red 82 ◦ green 36 ◦ blue 111

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

Shades of Blue Diamond #52246F

Tints of Blue Diamond #52246F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 48.47%

R = 35.81%
G = 15.72%
B = 48.47%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#52246F (or 0x52246F) is known color: Blue Diamond. HEX triplet: 52, 24 and 6F. RGB value is (82,36,111). Sum of RGB (Red+Green+Blue) = 82+36+111=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 111 (43.75% from 255 or 48.47% from 229); Max value from RGB is 111 - color contains mainly: blue. Hex color #52246F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52246F is #ADDB90. Grayscale: #3A3A3A. Windows color (decimal): -11393937 or 7283794. OLE color: 7283794.

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

Color convert

RGB 82 36 111 -
CMYK 0.26 0.68 0 0.56
HSL 276.8º 0.51% 0.29% -
HSV(B) 276.8º 0.68% 0.44% -
XYZ 6.98 4.2 15.48 -
YUV 58.3 157.74 144.9 -
System Red Green Blue C M Y K H S L
Decimal 82 36 111 0.26 0.68 0 0.56 276.8 0.51 0.29
Hex 52 24 6F 1A 44 0 38 115 33 1D
Octal 122 44 157 32 104 0 70 425 63 35
Binary 1010010 100100 1101111 11010 1000100 0 111000 100010101 110011 11101

Color Harmonies of #52246F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52246F

Black with #52246F

Text Example


Text Example

White with #52246F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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