Html Css Color HEX #420947 Mardi Gras

📋 copy color: '#420947'

red 66 ◦ green 9 ◦ blue 71

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

Shades of Mardi Gras #420947

Tints of Mardi Gras #420947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 48.63%

R = 45.21%
G = 6.16%
B = 48.63%

CMYK

 C value IS 0.07

 M value IS 0.87

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#420947 (or 0x420947) is known color: Mardi Gras. HEX triplet: 42, 09 and 47. RGB value is (66,9,71). Sum of RGB (Red+Green+Blue) = 66+9+71=146 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.21% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 71 (28.12% from 255 or 48.63% from 146); Max value from RGB is 71 - color contains mainly: blue. Hex color #420947 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420947 is #BDF6B8. Grayscale: #202020. Windows color (decimal): -12449465 or 4655426. OLE color: 4655426.

HSL color Cylindrical-coordinate representation of color #420947: hue angle of 295.16º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #420947 is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 66 9 71 -
CMYK 0.07 0.87 0 0.72
HSL 295.16º 0.78% 0.16% -
HSV(B) 295.16º 0.87% 0.28% -
XYZ 3.48 1.81 6.13 -
YUV 33.11 149.38 151.46 -
System Red Green Blue C M Y K H S L
Decimal 66 9 71 0.07 0.87 0 0.72 295.16 0.78 0.16
Hex 42 9 47 7 57 0 48 127 4E 10
Octal 102 11 107 7 127 0 110 447 116 20
Binary 1000010 1001 1000111 111 1010111 0 1001000 100100111 1001110 10000

Color Harmonies of #420947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420947

Black with #420947

Text Example


Text Example

White with #420947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420947; }

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

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

background-color css

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

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

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

border-color css

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

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

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