Html Css Color HEX #420147 Mardi Gras

📋 copy color: '#420147'

red 66 ◦ green 1 ◦ blue 71

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

Shades of Mardi Gras #420147

Tints of Mardi Gras #420147

RGB

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

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

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

R = 47.83%
G = 0.72%
B = 51.45%

CMYK

 C value IS 0.07

 M value IS 0.99

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#420147 (or 0x420147) is known color: Mardi Gras. HEX triplet: 42, 01 and 47. RGB value is (66,1,71). Sum of RGB (Red+Green+Blue) = 66+1+71=138 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.83% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 71 (28.12% from 255 or 51.45% from 138); Max value from RGB is 71 - color contains mainly: blue. Hex color #420147 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420147 is #BDFEB8. Grayscale: #1C1C1C. Windows color (decimal): -12451513 or 4653378. OLE color: 4653378.

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

Color convert

RGB 66 1 71 -
CMYK 0.07 0.99 0 0.72
HSL 295.71º 0.97% 0.14% -
HSV(B) 295.71º 0.99% 0.28% -
XYZ 3.39 1.63 6.1 -
YUV 28.42 152.03 154.81 -
System Red Green Blue C M Y K H S L
Decimal 66 1 71 0.07 0.99 0 0.72 295.71 0.97 0.14
Hex 42 1 47 7 63 0 48 128 61 E
Octal 102 1 107 7 143 0 110 450 141 16
Binary 1000010 1 1000111 111 1100011 0 1001000 100101000 1100001 1110

Color Harmonies of #420147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420147

Black with #420147

Text Example


Text Example

White with #420147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420147; }

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

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

background-color css

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

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

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

border-color css

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

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

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