Html Css Color HEX #420E44 Mardi Gras

📋 copy color: '#420E44'

red 66 ◦ green 14 ◦ blue 68

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

Shades of Mardi Gras #420E44

Tints of Mardi Gras #420E44

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.46%

 BLUE value IS 68 (26.95% from 255) = 45.95%

R = 44.59%
G = 9.46%
B = 45.95%

CMYK

 C value IS 0.03

 M value IS 0.79

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#420E44 (or 0x420E44) is known color: Mardi Gras. HEX triplet: 42, 0E and 44. RGB value is (66,14,68). Sum of RGB (Red+Green+Blue) = 66+14+68=148 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.59% from 148); Green value is 14 (5.86% from 255 or 9.46% from 148); Blue value is 68 (26.95% from 255 or 45.95% from 148); Max value from RGB is 68 - color contains mainly: blue. Hex color #420E44 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420E44 is #BDF1BB. Grayscale: #232323. Windows color (decimal): -12448188 or 4460098. OLE color: 4460098.

HSL color Cylindrical-coordinate representation of color #420E44: hue angle of 297.78º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #420E44 is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 66 14 68 -
CMYK 0.03 0.79 0 0.73
HSL 297.78º 0.66% 0.16% -
HSV(B) 297.78º 0.79% 0.27% -
XYZ 3.45 1.89 5.65 -
YUV 35.7 146.23 149.61 -
System Red Green Blue C M Y K H S L
Decimal 66 14 68 0.03 0.79 0 0.73 297.78 0.66 0.16
Hex 42 E 44 3 4F 0 49 12A 42 10
Octal 102 16 104 3 117 0 111 452 102 20
Binary 1000010 1110 1000100 11 1001111 0 1001001 100101010 1000010 10000

Color Harmonies of #420E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420E44

Black with #420E44

Text Example


Text Example

White with #420E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420E44; }

 p { color: rgb(66,14,68); }

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

background-color css

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

 a { background-color: rgb(66,14,68); }

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

border-color css

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

 span { border-color: rgb(66,14,68); }

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