Html Css Color HEX #420943 Mardi Gras

📋 copy color: '#420943'

red 66 ◦ green 9 ◦ blue 67

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

Shades of Mardi Gras #420943

Tints of Mardi Gras #420943

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.34%

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

R = 46.48%
G = 6.34%
B = 47.18%

CMYK

 C value IS 0.01

 M value IS 0.87

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#420943 (or 0x420943) is known color: Mardi Gras. HEX triplet: 42, 09 and 43. RGB value is (66,9,67). Sum of RGB (Red+Green+Blue) = 66+9+67=142 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.48% from 142); Green value is 9 (3.91% from 255 or 6.34% from 142); Blue value is 67 (26.56% from 255 or 47.18% from 142); Max value from RGB is 67 - color contains mainly: blue. Hex color #420943 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420943 is #BDF6BC. Grayscale: #202020. Windows color (decimal): -12449469 or 4393282. OLE color: 4393282.

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

Color convert

RGB 66 9 67 -
CMYK 0.01 0.87 0 0.74
HSL 298.97º 0.76% 0.15% -
HSV(B) 298.97º 0.87% 0.26% -
XYZ 3.36 1.76 5.47 -
YUV 32.66 147.38 151.78 -
System Red Green Blue C M Y K H S L
Decimal 66 9 67 0.01 0.87 0 0.74 298.97 0.76 0.15
Hex 42 9 43 1 57 0 4A 12B 4C F
Octal 102 11 103 1 127 0 112 453 114 17
Binary 1000010 1001 1000011 1 1010111 0 1001010 100101011 1001100 1111

Color Harmonies of #420943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420943

Black with #420943

Text Example


Text Example

White with #420943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420943; }

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

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

background-color css

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

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

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

border-color css

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

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

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