Html Css Color HEX #421344 Mardi Gras

📋 copy color: '#421344'

red 66 ◦ green 19 ◦ blue 68

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

Shades of Mardi Gras #421344

Tints of Mardi Gras #421344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 44.44%

R = 43.14%
G = 12.42%
B = 44.44%

CMYK

 C value IS 0.03

 M value IS 0.72

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#421344 (or 0x421344) is known color: Mardi Gras. HEX triplet: 42, 13 and 44. RGB value is (66,19,68). Sum of RGB (Red+Green+Blue) = 66+19+68=153 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.14% from 153); Green value is 19 (7.81% from 255 or 12.42% from 153); Blue value is 68 (26.95% from 255 or 44.44% from 153); Max value from RGB is 68 - color contains mainly: blue. Hex color #421344 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421344 is #BDECBB. Grayscale: #262626. Windows color (decimal): -12446908 or 4461378. OLE color: 4461378.

HSL color Cylindrical-coordinate representation of color #421344: hue angle of 297.55º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #421344 is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 66 19 68 -
CMYK 0.03 0.72 0 0.73
HSL 297.55º 0.56% 0.17% -
HSV(B) 297.55º 0.72% 0.27% -
XYZ 3.52 2.04 5.68 -
YUV 38.64 144.57 147.52 -
System Red Green Blue C M Y K H S L
Decimal 66 19 68 0.03 0.72 0 0.73 297.55 0.56 0.17
Hex 42 13 44 3 48 0 49 12A 38 11
Octal 102 23 104 3 110 0 111 452 70 21
Binary 1000010 10011 1000100 11 1001000 0 1001001 100101010 111000 10001

Color Harmonies of #421344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421344

Black with #421344

Text Example


Text Example

White with #421344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421344; }

 p { color: rgb(66,19,68); }

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

background-color css

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

 a { background-color: rgb(66,19,68); }

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

border-color css

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

 span { border-color: rgb(66,19,68); }

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