Html Css Color HEX #52296F Blue Diamond

📋 copy color: '#52296F'

red 82 ◦ green 41 ◦ blue 111

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

Shades of Blue Diamond #52296F

Tints of Blue Diamond #52296F

RGB

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

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

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

R = 35.04%
G = 17.52%
B = 47.44%

CMYK

 C value IS 0.26

 M value IS 0.63

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#52296F (or 0x52296F) is known color: Blue Diamond. HEX triplet: 52, 29 and 6F. RGB value is (82,41,111). Sum of RGB (Red+Green+Blue) = 82+41+111=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 111 (43.75% from 255 or 47.44% from 234); Max value from RGB is 111 - color contains mainly: blue. Hex color #52296F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52296F is #ADD690. Grayscale: #3C3C3C. Windows color (decimal): -11392657 or 7285074. OLE color: 7285074.

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

Color convert

RGB 82 41 111 -
CMYK 0.26 0.63 0 0.56
HSL 275.14º 0.46% 0.3% -
HSV(B) 275.14º 0.63% 0.44% -
XYZ 7.14 4.53 15.54 -
YUV 61.24 156.08 142.81 -
System Red Green Blue C M Y K H S L
Decimal 82 41 111 0.26 0.63 0 0.56 275.14 0.46 0.3
Hex 52 29 6F 1A 3F 0 38 113 2E 1E
Octal 122 51 157 32 77 0 70 423 56 36
Binary 1010010 101001 1101111 11010 111111 0 111000 100010011 101110 11110

Color Harmonies of #52296F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52296F

Black with #52296F

Text Example


Text Example

White with #52296F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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