Html Css Color HEX #52294F Loulou

📋 copy color: '#52294F'

red 82 ◦ green 41 ◦ blue 79

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

Shades of Loulou #52294F

Tints of Loulou #52294F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.3%

 BLUE value IS 79 (31.25% from 255) = 39.11%

R = 40.59%
G = 20.3%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#52294F (or 0x52294F) is known color: Loulou. HEX triplet: 52, 29 and 4F. RGB value is (82,41,79). Sum of RGB (Red+Green+Blue) = 82+41+79=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 41 (16.41% from 255 or 20.30% from 202); Blue value is 79 (31.25% from 255 or 39.11% from 202); Max value from RGB is 82 - color contains mainly: red. Hex color #52294F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52294F is #ADD6B0. Grayscale: #393939. Windows color (decimal): -11392689 or 5187922. OLE color: 5187922.

HSL color Cylindrical-coordinate representation of color #52294F: hue angle of 304.39º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #52294F is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 41 79 -
CMYK 0 0.50 0.04 0.68
HSL 304.39º 0.33% 0.24% -
HSV(B) 304.39º 0.5% 0.32% -
XYZ 5.68 3.94 7.86 -
YUV 57.59 140.08 145.41 -
System Red Green Blue C M Y K H S L
Decimal 82 41 79 0 0.50 0.04 0.68 304.39 0.33 0.24
Hex 52 29 4F 0 32 4 44 130 21 18
Octal 122 51 117 0 62 4 104 460 41 30
Binary 1010010 101001 1001111 0 110010 100 1000100 100110000 100001 11000

Color Harmonies of #52294F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52294F

Black with #52294F

Text Example


Text Example

White with #52294F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,41,79); }

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

background-color css

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

 a { background-color: rgb(82,41,79); }

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

border-color css

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

 span { border-color: rgb(82,41,79); }

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