Html Css Color HEX #52296E Blue Diamond

📋 copy color: '#52296E'

red 82 ◦ green 41 ◦ blue 110

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

Shades of Blue Diamond #52296E

Tints of Blue Diamond #52296E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 47.21%

R = 35.19%
G = 17.6%
B = 47.21%

CMYK

 C value IS 0.25

 M value IS 0.63

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#52296E (or 0x52296E) is known color: Blue Diamond. HEX triplet: 52, 29 and 6E. RGB value is (82,41,110). Sum of RGB (Red+Green+Blue) = 82+41+110=233 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.19% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 110 (43.36% from 255 or 47.21% from 233); Max value from RGB is 110 - color contains mainly: blue. Hex color #52296E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52296E is #ADD691. Grayscale: #3C3C3C. Windows color (decimal): -11392658 or 7219538. OLE color: 7219538.

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

Color convert

RGB 82 41 110 -
CMYK 0.25 0.63 0 0.57
HSL 275.65º 0.46% 0.3% -
HSV(B) 275.65º 0.63% 0.43% -
XYZ 7.09 4.51 15.25 -
YUV 61.13 155.58 142.89 -
System Red Green Blue C M Y K H S L
Decimal 82 41 110 0.25 0.63 0 0.57 275.65 0.46 0.3
Hex 52 29 6E 19 3F 0 39 114 2E 1E
Octal 122 51 156 31 77 0 71 424 56 36
Binary 1010010 101001 1101110 11001 111111 0 111001 100010100 101110 11110

Color Harmonies of #52296E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52296E

Black with #52296E

Text Example


Text Example

White with #52296E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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