Html Css Color HEX #52247F Blue Diamond

📋 copy color: '#52247F'

red 82 ◦ green 36 ◦ blue 127

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

Shades of Blue Diamond #52247F

Tints of Blue Diamond #52247F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 51.84%

R = 33.47%
G = 14.69%
B = 51.84%

CMYK

 C value IS 0.35

 M value IS 0.72

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#52247F (or 0x52247F) is known color: Blue Diamond. HEX triplet: 52, 24 and 7F. RGB value is (82,36,127). Sum of RGB (Red+Green+Blue) = 82+36+127=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 127 (50% from 255 or 51.84% from 245); Max value from RGB is 127 - color contains mainly: blue. Hex color #52247F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52247F is #ADDB80. Grayscale: #3B3B3B. Windows color (decimal): -11393921 or 8332370. OLE color: 8332370.

HSL color Cylindrical-coordinate representation of color #52247F: hue angle of 270.33º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #52247F is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 82 36 127 -
CMYK 0.35 0.72 0 0.50
HSL 270.33º 0.56% 0.32% -
HSV(B) 270.33º 0.72% 0.5% -
XYZ 7.94 4.59 20.55 -
YUV 60.13 165.74 143.6 -
System Red Green Blue C M Y K H S L
Decimal 82 36 127 0.35 0.72 0 0.50 270.33 0.56 0.32
Hex 52 24 7F 23 48 0 32 10E 38 20
Octal 122 44 177 43 110 0 62 416 70 40
Binary 1010010 100100 1111111 100011 1001000 0 110010 100001110 111000 100000

Color Harmonies of #52247F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52247F

Black with #52247F

Text Example


Text Example

White with #52247F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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