Html Css Color HEX #451248 Mardi Gras

📋 copy color: '#451248'

red 69 ◦ green 18 ◦ blue 72

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

Shades of Mardi Gras #451248

Tints of Mardi Gras #451248

RGB

 RED value IS 69 (27.34% from 255) = 43.4%

 GREEN value IS 18 (7.42% from 255) = 11.32%

 BLUE value IS 72 (28.52% from 255) = 45.28%

R = 43.4%
G = 11.32%
B = 45.28%

CMYK

 C value IS 0.04

 M value IS 0.75

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#451248 (or 0x451248) is known color: Mardi Gras. HEX triplet: 45, 12 and 48. RGB value is (69,18,72). Sum of RGB (Red+Green+Blue) = 69+18+72=159 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.40% from 159); Green value is 18 (7.42% from 255 or 11.32% from 159); Blue value is 72 (28.52% from 255 or 45.28% from 159); Max value from RGB is 72 - color contains mainly: blue. Hex color #451248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451248 is #BAEDB7. Grayscale: #272727. Windows color (decimal): -12250552 or 4723269. OLE color: 4723269.

HSL color Cylindrical-coordinate representation of color #451248: hue angle of 296.67º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #451248 is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 69 18 72 -
CMYK 0.04 0.75 0 0.72
HSL 296.67º 0.6% 0.18% -
HSV(B) 296.67º 0.75% 0.28% -
XYZ 3.84 2.17 6.35 -
YUV 39.41 146.4 149.11 -
System Red Green Blue C M Y K H S L
Decimal 69 18 72 0.04 0.75 0 0.72 296.67 0.6 0.18
Hex 45 12 48 4 4B 0 48 129 3C 12
Octal 105 22 110 4 113 0 110 451 74 22
Binary 1000101 10010 1001000 100 1001011 0 1001000 100101001 111100 10010

Color Harmonies of #451248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451248

Black with #451248

Text Example


Text Example

White with #451248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451248; }

 p { color: rgb(69,18,72); }

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

background-color css

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

 a { background-color: rgb(69,18,72); }

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

border-color css

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

 span { border-color: rgb(69,18,72); }

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