Html Css Color HEX #52227E Blue Diamond

📋 copy color: '#52227E'

red 82 ◦ green 34 ◦ blue 126

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

Shades of Blue Diamond #52227E

Tints of Blue Diamond #52227E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.05%

 BLUE value IS 126 (49.61% from 255) = 52.07%

R = 33.88%
G = 14.05%
B = 52.07%

CMYK

 C value IS 0.35

 M value IS 0.73

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#52227E (or 0x52227E) is known color: Blue Diamond. HEX triplet: 52, 22 and 7E. RGB value is (82,34,126). Sum of RGB (Red+Green+Blue) = 82+34+126=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 34 (13.67% from 255 or 14.05% from 242); Blue value is 126 (49.61% from 255 or 52.07% from 242); Max value from RGB is 126 - color contains mainly: blue. Hex color #52227E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52227E is #ADDD81. Grayscale: #3A3A3A. Windows color (decimal): -11394434 or 8266322. OLE color: 8266322.

HSL color Cylindrical-coordinate representation of color #52227E: hue angle of 271.3º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #52227E is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 34 126 -
CMYK 0.35 0.73 0 0.51
HSL 271.3º 0.58% 0.31% -
HSV(B) 271.3º 0.73% 0.49% -
XYZ 7.82 4.44 20.18 -
YUV 58.84 165.9 144.52 -
System Red Green Blue C M Y K H S L
Decimal 82 34 126 0.35 0.73 0 0.51 271.3 0.58 0.31
Hex 52 22 7E 23 49 0 33 10F 3A 1F
Octal 122 42 176 43 111 0 63 417 72 37
Binary 1010010 100010 1111110 100011 1001001 0 110011 100001111 111010 11111

Color Harmonies of #52227E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52227E

Black with #52227E

Text Example


Text Example

White with #52227E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52227E; }

 p { color: rgb(82,34,126); }

 H1.HeaderClassName
 {
   color: #52227E;
 }
 .AnyTagClassName
 {
   color: #52227E;
 }
</style>

background-color css

<style>
 a { background-color: #52227E; }

 a { background-color: rgb(82,34,126); }

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

border-color css

<style>
 span { border-color: #52227E; }

 span { border-color: rgb(82,34,126); }

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