Html Css Color HEX #52296D Blue Diamond

📋 copy color: '#52296D'

red 82 ◦ green 41 ◦ blue 109

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

Shades of Blue Diamond #52296D

Tints of Blue Diamond #52296D

RGB

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

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

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

R = 35.34%
G = 17.67%
B = 46.98%

CMYK

 C value IS 0.25

 M value IS 0.62

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#52296D (or 0x52296D) is known color: Blue Diamond. HEX triplet: 52, 29 and 6D. RGB value is (82,41,109). Sum of RGB (Red+Green+Blue) = 82+41+109=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 109 (42.97% from 255 or 46.98% from 232); Max value from RGB is 109 - color contains mainly: blue. Hex color #52296D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52296D is #ADD692. Grayscale: #3C3C3C. Windows color (decimal): -11392659 or 7154002. OLE color: 7154002.

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

Color convert

RGB 82 41 109 -
CMYK 0.25 0.62 0 0.57
HSL 276.18º 0.45% 0.29% -
HSV(B) 276.18º 0.62% 0.43% -
XYZ 7.03 4.48 14.96 -
YUV 61.01 155.08 142.97 -
System Red Green Blue C M Y K H S L
Decimal 82 41 109 0.25 0.62 0 0.57 276.18 0.45 0.29
Hex 52 29 6D 19 3E 0 39 114 2D 1D
Octal 122 51 155 31 76 0 71 424 55 35
Binary 1010010 101001 1101101 11001 111110 0 111001 100010100 101101 11101

Color Harmonies of #52296D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52296D

Black with #52296D

Text Example


Text Example

White with #52296D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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