Html Css Color HEX #421748 Mardi Gras

📋 copy color: '#421748'

red 66 ◦ green 23 ◦ blue 72

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

Shades of Mardi Gras #421748

Tints of Mardi Gras #421748

RGB

 RED value IS 66 (26.17% from 255) = 40.99%

 GREEN value IS 23 (9.38% from 255) = 14.29%

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

R = 40.99%
G = 14.29%
B = 44.72%

CMYK

 C value IS 0.08

 M value IS 0.68

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#421748 (or 0x421748) is known color: Mardi Gras. HEX triplet: 42, 17 and 48. RGB value is (66,23,72). Sum of RGB (Red+Green+Blue) = 66+23+72=161 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.99% from 161); Green value is 23 (9.38% from 255 or 14.29% from 161); Blue value is 72 (28.52% from 255 or 44.72% from 161); Max value from RGB is 72 - color contains mainly: blue. Hex color #421748 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421748 is #BDE8B7. Grayscale: #292929. Windows color (decimal): -12445880 or 4724546. OLE color: 4724546.

HSL color Cylindrical-coordinate representation of color #421748: hue angle of 292.65º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #421748 is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 66 23 72 -
CMYK 0.08 0.68 0 0.72
HSL 292.65º 0.52% 0.19% -
HSV(B) 292.65º 0.68% 0.28% -
XYZ 3.72 2.24 6.37 -
YUV 41.44 145.25 145.52 -
System Red Green Blue C M Y K H S L
Decimal 66 23 72 0.08 0.68 0 0.72 292.65 0.52 0.19
Hex 42 17 48 8 44 0 48 125 34 13
Octal 102 27 110 10 104 0 110 445 64 23
Binary 1000010 10111 1001000 1000 1000100 0 1001000 100100101 110100 10011

Color Harmonies of #421748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421748

Black with #421748

Text Example


Text Example

White with #421748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421748; }

 p { color: rgb(66,23,72); }

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

background-color css

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

 a { background-color: rgb(66,23,72); }

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

border-color css

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

 span { border-color: rgb(66,23,72); }

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