Html Css Color HEX #52197C Blue Diamond

📋 copy color: '#52197C'

red 82 ◦ green 25 ◦ blue 124

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

Shades of Blue Diamond #52197C

Tints of Blue Diamond #52197C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 53.68%

R = 35.5%
G = 10.82%
B = 53.68%

CMYK

 C value IS 0.34

 M value IS 0.80

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#52197C (or 0x52197C) is known color: Blue Diamond. HEX triplet: 52, 19 and 7C. RGB value is (82,25,124). Sum of RGB (Red+Green+Blue) = 82+25+124=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 25 (10.16% from 255 or 10.82% from 231); Blue value is 124 (48.83% from 255 or 53.68% from 231); Max value from RGB is 124 - color contains mainly: blue. Hex color #52197C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52197C is #ADE683. Grayscale: #343434. Windows color (decimal): -11396740 or 8132946. OLE color: 8132946.

HSL color Cylindrical-coordinate representation of color #52197C: hue angle of 274.55º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #52197C is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 25 124 -
CMYK 0.34 0.80 0 0.51
HSL 274.55º 0.66% 0.29% -
HSV(B) 274.55º 0.8% 0.49% -
XYZ 7.47 3.94 19.44 -
YUV 53.33 167.88 148.45 -
System Red Green Blue C M Y K H S L
Decimal 82 25 124 0.34 0.80 0 0.51 274.55 0.66 0.29
Hex 52 19 7C 22 50 0 33 113 42 1D
Octal 122 31 174 42 120 0 63 423 102 35
Binary 1010010 11001 1111100 100010 1010000 0 110011 100010011 1000010 11101

Color Harmonies of #52197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52197C

Black with #52197C

Text Example


Text Example

White with #52197C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52197C; }

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

 H1.HeaderClassName
 {
   color: #52197C;
 }
 .AnyTagClassName
 {
   color: #52197C;
 }
</style>

background-color css

<style>
 a { background-color: #52197C; }

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

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

border-color css

<style>
 span { border-color: #52197C; }

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

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