#420144

Color #420144 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #420144

Tints of Mardi Gras #420144

Color information

#420144 (or 0x420144) is unknown color: approx Mardi Gras. HEX triplet: 42, 01 and 44. RGB value is (66,1,68). Sum of RGB (Red+Green+Blue) = 66+1+68=135 (17% of max value = 765). Red value is 66 (26.17% from 255 or 48.89% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 68 (26.95% from 255 or 50.37% from 135); Max value from RGB is 68 - color contains mainly: blue. Hex color #420144 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420144 is #BDFEBB. Grayscale: #1B1B1B. Windows color (decimal): -12451516 or 4456770. OLE color: 4456770.

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

Color convert

RGB66168-
CMYK0.030.9900.73
HSL298.21º97.1%13.53%-
HSV(B)298.21º98.53%26.67%-
XYZ3.31.65.6-
YUV28.07150.53155.05-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 48.89%
GREEN value IS 1 (0.78% from 255) = 0.74%
BLUE value IS 68 (26.95% from 255) = 50.37%
R=48.89%
G=0.74%
B=50.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal661680.030.9900.73298.2197.113.53
Hex4214436304912a61e
Octal10211043143011145214116
Binary1000010110001001111000110100100110010101011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420144; }

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

 H1.HeaderClassName
 {
   color: #420144;
 }
 .AnyTagClassName
 {
   color: #420144;
 }
</style>
background-color css

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

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

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

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

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

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