Html Css Color HEX #52247B Blue Diamond

📋 copy color: '#52247B'

red 82 ◦ green 36 ◦ blue 123

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

Shades of Blue Diamond #52247B

Tints of Blue Diamond #52247B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.94%

 BLUE value IS 123 (48.44% from 255) = 51.04%

R = 34.02%
G = 14.94%
B = 51.04%

CMYK

 C value IS 0.33

 M value IS 0.71

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#52247B (or 0x52247B) is known color: Blue Diamond. HEX triplet: 52, 24 and 7B. RGB value is (82,36,123). Sum of RGB (Red+Green+Blue) = 82+36+123=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 123 (48.44% from 255 or 51.04% from 241); Max value from RGB is 123 - color contains mainly: blue. Hex color #52247B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52247B is #ADDB84. Grayscale: #3B3B3B. Windows color (decimal): -11393925 or 8070226. OLE color: 8070226.

HSL color Cylindrical-coordinate representation of color #52247B: hue angle of 271.72º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #52247B is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 82 36 123 -
CMYK 0.33 0.71 0 0.52
HSL 271.72º 0.55% 0.31% -
HSV(B) 271.72º 0.71% 0.48% -
XYZ 7.69 4.49 19.2 -
YUV 59.67 163.74 143.93 -
System Red Green Blue C M Y K H S L
Decimal 82 36 123 0.33 0.71 0 0.52 271.72 0.55 0.31
Hex 52 24 7B 21 47 0 34 110 37 1F
Octal 122 44 173 41 107 0 64 420 67 37
Binary 1010010 100100 1111011 100001 1000111 0 110100 100010000 110111 11111

Color Harmonies of #52247B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52247B

Black with #52247B

Text Example


Text Example

White with #52247B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52247B; }

 p { color: rgb(82,36,123); }

 H1.HeaderClassName
 {
   color: #52247B;
 }
 .AnyTagClassName
 {
   color: #52247B;
 }
</style>

background-color css

<style>
 a { background-color: #52247B; }

 a { background-color: rgb(82,36,123); }

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

border-color css

<style>
 span { border-color: #52247B; }

 span { border-color: rgb(82,36,123); }

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