Html Css Color HEX #52237E Blue Diamond

📋 copy color: '#52237E'

red 82 ◦ green 35 ◦ blue 126

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

Shades of Blue Diamond #52237E

Tints of Blue Diamond #52237E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.4%

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

R = 33.74%
G = 14.4%
B = 51.85%

CMYK

 C value IS 0.35

 M value IS 0.72

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#52237E (or 0x52237E) is known color: Blue Diamond. HEX triplet: 52, 23 and 7E. RGB value is (82,35,126). Sum of RGB (Red+Green+Blue) = 82+35+126=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 35 (14.06% from 255 or 14.40% from 243); Blue value is 126 (49.61% from 255 or 51.85% from 243); Max value from RGB is 126 - color contains mainly: blue. Hex color #52237E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52237E is #ADDC81. Grayscale: #3B3B3B. Windows color (decimal): -11394178 or 8266578. OLE color: 8266578.

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

Color convert

RGB 82 35 126 -
CMYK 0.35 0.72 0 0.51
HSL 270.99º 0.57% 0.32% -
HSV(B) 270.99º 0.72% 0.49% -
XYZ 7.85 4.5 20.19 -
YUV 59.43 165.57 144.1 -
System Red Green Blue C M Y K H S L
Decimal 82 35 126 0.35 0.72 0 0.51 270.99 0.57 0.32
Hex 52 23 7E 23 48 0 33 10F 39 20
Octal 122 43 176 43 110 0 63 417 71 40
Binary 1010010 100011 1111110 100011 1001000 0 110011 100001111 111001 100000

Color Harmonies of #52237E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52237E

Black with #52237E

Text Example


Text Example

White with #52237E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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