Html Css Color HEX #52379D Blue Gem

📋 copy color: '#52379D'

red 82 ◦ green 55 ◦ blue 157

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

Shades of Blue Gem #52379D

Tints of Blue Gem #52379D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.71%

 BLUE value IS 157 (61.72% from 255) = 53.4%

R = 27.89%
G = 18.71%
B = 53.4%

CMYK

 C value IS 0.48

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#52379D (or 0x52379D) is known color: Blue Gem. HEX triplet: 52, 37 and 9D. RGB value is (82,55,157). Sum of RGB (Red+Green+Blue) = 82+55+157=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 55 (21.88% from 255 or 18.71% from 294); Blue value is 157 (61.72% from 255 or 53.40% from 294); Max value from RGB is 157 - color contains mainly: blue. Hex color #52379D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52379D is #ADC862. Grayscale: #4A4A4A. Windows color (decimal): -11389027 or 10303314. OLE color: 10303314.

HSL color Cylindrical-coordinate representation of color #52379D: hue angle of 255.88º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52379D is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 82 55 157 -
CMYK 0.48 0.65 0 0.38
HSL 255.88º 0.48% 0.42% -
HSV(B) 255.88º 0.65% 0.62% -
XYZ 10.93 6.96 32.67 -
YUV 74.7 174.45 133.21 -
System Red Green Blue C M Y K H S L
Decimal 82 55 157 0.48 0.65 0 0.38 255.88 0.48 0.42
Hex 52 37 9D 30 41 0 26 100 30 2A
Octal 122 67 235 60 101 0 46 400 60 52
Binary 1010010 110111 10011101 110000 1000001 0 100110 100000000 110000 101010

Color Harmonies of #52379D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52379D

Black with #52379D

Text Example


Text Example

White with #52379D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,55,157); }

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

background-color css

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

 a { background-color: rgb(82,55,157); }

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

border-color css

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

 span { border-color: rgb(82,55,157); }

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