Html Css Color HEX #51304C Loulou

📋 copy color: '#51304C'

red 81 ◦ green 48 ◦ blue 76

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

Shades of Loulou #51304C

Tints of Loulou #51304C

RGB

 RED value IS 81 (32.03% from 255) = 39.51%

 GREEN value IS 48 (19.14% from 255) = 23.41%

 BLUE value IS 76 (30.08% from 255) = 37.07%

R = 39.51%
G = 23.41%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.06

 K value IS 0.68

RGB Variations

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

Color information

#51304C (or 0x51304C) is known color: Loulou. HEX triplet: 51, 30 and 4C. RGB value is (81,48,76). Sum of RGB (Red+Green+Blue) = 81+48+76=205 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.51% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 76 (30.08% from 255 or 37.07% from 205); Max value from RGB is 81 - color contains mainly: red. Hex color #51304C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51304C is #AECFB3. Grayscale: #3C3C3C. Windows color (decimal): -11456436 or 4993105. OLE color: 4993105.

HSL color Cylindrical-coordinate representation of color #51304C: hue angle of 309.09º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #51304C is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 48 76 -
CMYK 0 0.41 0.06 0.68
HSL 309.09º 0.26% 0.25% -
HSV(B) 309.09º 0.41% 0.32% -
XYZ 5.75 4.39 7.38 -
YUV 61.06 136.43 142.22 -
System Red Green Blue C M Y K H S L
Decimal 81 48 76 0 0.41 0.06 0.68 309.09 0.26 0.25
Hex 51 30 4C 0 29 6 44 135 1A 19
Octal 121 60 114 0 51 6 104 465 32 31
Binary 1010001 110000 1001100 0 101001 110 1000100 100110101 11010 11001

Color Harmonies of #51304C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51304C

Black with #51304C

Text Example


Text Example

White with #51304C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51304C; }

 p { color: rgb(81,48,76); }

 H1.HeaderClassName
 {
   color: #51304C;
 }
 .AnyTagClassName
 {
   color: #51304C;
 }
</style>

background-color css

<style>
 a { background-color: #51304C; }

 a { background-color: rgb(81,48,76); }

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

border-color css

<style>
 span { border-color: #51304C; }

 span { border-color: rgb(81,48,76); }

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