Html Css Color HEX #420143 Mardi Gras

📋 copy color: '#420143'

red 66 ◦ green 1 ◦ blue 67

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

Shades of Mardi Gras #420143

Tints of Mardi Gras #420143

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.75%

 BLUE value IS 67 (26.56% from 255) = 50%

R = 49.25%
G = 0.75%
B = 50%

CMYK

 C value IS 0.01

 M value IS 0.99

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#420143 (or 0x420143) is known color: Mardi Gras. HEX triplet: 42, 01 and 43. RGB value is (66,1,67). Sum of RGB (Red+Green+Blue) = 66+1+67=134 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.25% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 67 (26.56% from 255 or 50% from 134); Max value from RGB is 67 - color contains mainly: blue. Hex color #420143 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420143 is #BDFEBC. Grayscale: #1B1B1B. Windows color (decimal): -12451517 or 4391234. OLE color: 4391234.

HSL color Cylindrical-coordinate representation of color #420143: hue angle of 299.09º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #420143 is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 1 67 -
CMYK 0.01 0.99 0 0.74
HSL 299.09º 0.97% 0.13% -
HSV(B) 299.09º 0.99% 0.26% -
XYZ 3.27 1.59 5.44 -
YUV 27.96 150.03 155.13 -
System Red Green Blue C M Y K H S L
Decimal 66 1 67 0.01 0.99 0 0.74 299.09 0.97 0.13
Hex 42 1 43 1 63 0 4A 12B 61 D
Octal 102 1 103 1 143 0 112 453 141 15
Binary 1000010 1 1000011 1 1100011 0 1001010 100101011 1100001 1101

Color Harmonies of #420143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420143

Black with #420143

Text Example


Text Example

White with #420143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420143; }

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

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

background-color css

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

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

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

border-color css

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

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

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