Html Css Color HEX #52294E Loulou

📋 copy color: '#52294E'

red 82 ◦ green 41 ◦ blue 78

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

Shades of Loulou #52294E

Tints of Loulou #52294E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 38.81%

R = 40.8%
G = 20.4%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.68

RGB Variations

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

Color information

#52294E (or 0x52294E) is known color: Loulou. HEX triplet: 52, 29 and 4E. RGB value is (82,41,78). Sum of RGB (Red+Green+Blue) = 82+41+78=201 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.80% from 201); Green value is 41 (16.41% from 255 or 20.40% from 201); Blue value is 78 (30.86% from 255 or 38.81% from 201); Max value from RGB is 82 - color contains mainly: red. Hex color #52294E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52294E is #ADD6B1. Grayscale: #393939. Windows color (decimal): -11392690 or 5122386. OLE color: 5122386.

HSL color Cylindrical-coordinate representation of color #52294E: hue angle of 305.85º 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 #52294E is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 41 78 -
CMYK 0 0.50 0.05 0.68
HSL 305.85º 0.33% 0.24% -
HSV(B) 305.85º 0.5% 0.32% -
XYZ 5.65 3.93 7.67 -
YUV 57.48 139.58 145.49 -
System Red Green Blue C M Y K H S L
Decimal 82 41 78 0 0.50 0.05 0.68 305.85 0.33 0.24
Hex 52 29 4E 0 32 5 44 132 21 18
Octal 122 51 116 0 62 5 104 462 41 30
Binary 1010010 101001 1001110 0 110010 101 1000100 100110010 100001 11000

Color Harmonies of #52294E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52294E

Black with #52294E

Text Example


Text Example

White with #52294E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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