Html Css Color HEX #451348 Mardi Gras

📋 copy color: '#451348'

red 69 ◦ green 19 ◦ blue 72

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

Shades of Mardi Gras #451348

Tints of Mardi Gras #451348

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.88%

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

R = 43.13%
G = 11.88%
B = 45%

CMYK

 C value IS 0.04

 M value IS 0.74

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#451348 (or 0x451348) is known color: Mardi Gras. HEX triplet: 45, 13 and 48. RGB value is (69,19,72). Sum of RGB (Red+Green+Blue) = 69+19+72=160 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.12% from 160); Green value is 19 (7.81% from 255 or 11.88% from 160); Blue value is 72 (28.52% from 255 or 45% from 160); Max value from RGB is 72 - color contains mainly: blue. Hex color #451348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451348 is #BAECB7. Grayscale: #272727. Windows color (decimal): -12250296 or 4723525. OLE color: 4723525.

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

Color convert

RGB 69 19 72 -
CMYK 0.04 0.74 0 0.72
HSL 296.6º 0.58% 0.18% -
HSV(B) 296.6º 0.74% 0.28% -
XYZ 3.86 2.2 6.35 -
YUV 39.99 146.07 148.69 -
System Red Green Blue C M Y K H S L
Decimal 69 19 72 0.04 0.74 0 0.72 296.6 0.58 0.18
Hex 45 13 48 4 4A 0 48 129 3A 12
Octal 105 23 110 4 112 0 110 451 72 22
Binary 1000101 10011 1001000 100 1001010 0 1001000 100101001 111010 10010

Color Harmonies of #451348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451348

Black with #451348

Text Example


Text Example

White with #451348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451348; }

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

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

background-color css

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

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

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

border-color css

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

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

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