Html Css Color HEX #420144 Mardi Gras

📋 copy color: '#420144'

red 66 ◦ green 1 ◦ blue 68

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

Shades of Mardi Gras #420144

Tints of Mardi Gras #420144

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 value IS 0.03

 M value IS 0.99

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#420144 (or 0x420144) is known color: 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

RGB 66 1 68 -
CMYK 0.03 0.99 0 0.73
HSL 298.21º 0.97% 0.14% -
HSV(B) 298.21º 0.99% 0.27% -
XYZ 3.3 1.6 5.6 -
YUV 28.07 150.53 155.05 -
System Red Green Blue C M Y K H S L
Decimal 66 1 68 0.03 0.99 0 0.73 298.21 0.97 0.14
Hex 42 1 44 3 63 0 49 12A 61 E
Octal 102 1 104 3 143 0 111 452 141 16
Binary 1000010 1 1000100 11 1100011 0 1001001 100101010 1100001 1110

Color Harmonies of #420144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420144

Black with #420144

Text Example


Text Example

White with #420144

Text Example


Text Example

HTML Codes & Css Web 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>