Html Css Color HEX #52196D Blue Diamond

📋 copy color: '#52196D'

red 82 ◦ green 25 ◦ blue 109

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

Shades of Blue Diamond #52196D

Tints of Blue Diamond #52196D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.57%

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

R = 37.96%
G = 11.57%
B = 50.46%

CMYK

 C value IS 0.25

 M value IS 0.77

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#52196D (or 0x52196D) is known color: Blue Diamond. HEX triplet: 52, 19 and 6D. RGB value is (82,25,109). Sum of RGB (Red+Green+Blue) = 82+25+109=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 109 (42.97% from 255 or 50.46% from 216); Max value from RGB is 109 - color contains mainly: blue. Hex color #52196D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52196D is #ADE692. Grayscale: #333333. Windows color (decimal): -11396755 or 7149906. OLE color: 7149906.

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

Color convert

RGB 82 25 109 -
CMYK 0.25 0.77 0 0.57
HSL 280.71º 0.63% 0.26% -
HSV(B) 280.71º 0.77% 0.43% -
XYZ 6.59 3.59 14.81 -
YUV 51.62 160.38 149.67 -
System Red Green Blue C M Y K H S L
Decimal 82 25 109 0.25 0.77 0 0.57 280.71 0.63 0.26
Hex 52 19 6D 19 4D 0 39 119 3F 1A
Octal 122 31 155 31 115 0 71 431 77 32
Binary 1010010 11001 1101101 11001 1001101 0 111001 100011001 111111 11010

Color Harmonies of #52196D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52196D

Black with #52196D

Text Example


Text Example

White with #52196D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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