Html Css Color HEX #431248 Mardi Gras

📋 copy color: '#431248'

red 67 ◦ green 18 ◦ blue 72

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

Shades of Mardi Gras #431248

Tints of Mardi Gras #431248

RGB

 RED value IS 67 (26.56% from 255) = 42.68%

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

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

R = 42.68%
G = 11.46%
B = 45.86%

CMYK

 C value IS 0.07

 M value IS 0.75

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#431248 (or 0x431248) is known color: Mardi Gras. HEX triplet: 43, 12 and 48. RGB value is (67,18,72). Sum of RGB (Red+Green+Blue) = 67+18+72=157 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.68% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 72 (28.52% from 255 or 45.86% from 157); Max value from RGB is 72 - color contains mainly: blue. Hex color #431248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431248 is #BCEDB7. Grayscale: #262626. Windows color (decimal): -12381624 or 4723267. OLE color: 4723267.

HSL color Cylindrical-coordinate representation of color #431248: hue angle of 294.44º 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 #431248 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 67 18 72 -
CMYK 0.07 0.75 0 0.72
HSL 294.44º 0.6% 0.18% -
HSV(B) 294.44º 0.75% 0.28% -
XYZ 3.7 2.09 6.34 -
YUV 38.81 146.73 148.11 -
System Red Green Blue C M Y K H S L
Decimal 67 18 72 0.07 0.75 0 0.72 294.44 0.6 0.18
Hex 43 12 48 7 4B 0 48 126 3C 12
Octal 103 22 110 7 113 0 110 446 74 22
Binary 1000011 10010 1001000 111 1001011 0 1001000 100100110 111100 10010

Color Harmonies of #431248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431248

Black with #431248

Text Example


Text Example

White with #431248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431248; }

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

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

background-color css

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

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

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

border-color css

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

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

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