Html Css Color HEX #431148 Mardi Gras

📋 copy color: '#431148'

red 67 ◦ green 17 ◦ blue 72

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

Shades of Mardi Gras #431148

Tints of Mardi Gras #431148

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.9%

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

R = 42.95%
G = 10.9%
B = 46.15%

CMYK

 C value IS 0.07

 M value IS 0.76

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#431148 (or 0x431148) is known color: Mardi Gras. HEX triplet: 43, 11 and 48. RGB value is (67,17,72). Sum of RGB (Red+Green+Blue) = 67+17+72=156 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.95% from 156); Green value is 17 (7.03% from 255 or 10.90% from 156); Blue value is 72 (28.52% from 255 or 46.15% from 156); Max value from RGB is 72 - color contains mainly: blue. Hex color #431148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431148 is #BCEEB7. Grayscale: #262626. Windows color (decimal): -12381880 or 4723011. OLE color: 4723011.

HSL color Cylindrical-coordinate representation of color #431148: hue angle of 294.55º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #431148 is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 67 17 72 -
CMYK 0.07 0.76 0 0.72
HSL 294.55º 0.62% 0.17% -
HSV(B) 294.55º 0.76% 0.28% -
XYZ 3.68 2.06 6.33 -
YUV 38.22 147.07 148.53 -
System Red Green Blue C M Y K H S L
Decimal 67 17 72 0.07 0.76 0 0.72 294.55 0.62 0.17
Hex 43 11 48 7 4C 0 48 127 3E 11
Octal 103 21 110 7 114 0 110 447 76 21
Binary 1000011 10001 1001000 111 1001100 0 1001000 100100111 111110 10001

Color Harmonies of #431148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431148

Black with #431148

Text Example


Text Example

White with #431148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431148; }

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

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

background-color css

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

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

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

border-color css

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

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

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