Html Css Color HEX #421046 Mardi Gras

📋 copy color: '#421046'

red 66 ◦ green 16 ◦ blue 70

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

Shades of Mardi Gras #421046

Tints of Mardi Gras #421046

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.53%

 BLUE value IS 70 (27.73% from 255) = 46.05%

R = 43.42%
G = 10.53%
B = 46.05%

CMYK

 C value IS 0.06

 M value IS 0.77

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#421046 (or 0x421046) is known color: Mardi Gras. HEX triplet: 42, 10 and 46. RGB value is (66,16,70). Sum of RGB (Red+Green+Blue) = 66+16+70=152 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.42% from 152); Green value is 16 (6.64% from 255 or 10.53% from 152); Blue value is 70 (27.73% from 255 or 46.05% from 152); Max value from RGB is 70 - color contains mainly: blue. Hex color #421046 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421046 is #BDEFB9. Grayscale: #242424. Windows color (decimal): -12447674 or 4591682. OLE color: 4591682.

HSL color Cylindrical-coordinate representation of color #421046: hue angle of 295.56º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #421046 is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 66 16 70 -
CMYK 0.06 0.77 0 0.73
HSL 295.56º 0.63% 0.17% -
HSV(B) 295.56º 0.77% 0.27% -
XYZ 3.54 1.97 5.99 -
YUV 37.11 146.57 148.61 -
System Red Green Blue C M Y K H S L
Decimal 66 16 70 0.06 0.77 0 0.73 295.56 0.63 0.17
Hex 42 10 46 6 4D 0 49 128 3F 11
Octal 102 20 106 6 115 0 111 450 77 21
Binary 1000010 10000 1000110 110 1001101 0 1001001 100101000 111111 10001

Color Harmonies of #421046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421046

Black with #421046

Text Example


Text Example

White with #421046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421046; }

 p { color: rgb(66,16,70); }

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

background-color css

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

 a { background-color: rgb(66,16,70); }

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

border-color css

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

 span { border-color: rgb(66,16,70); }

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