Html Css Color HEX #420145 Mardi Gras

📋 copy color: '#420145'

red 66 ◦ green 1 ◦ blue 69

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

Shades of Mardi Gras #420145

Tints of Mardi Gras #420145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 50.74%

R = 48.53%
G = 0.74%
B = 50.74%

CMYK

 C value IS 0.04

 M value IS 0.99

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#420145 (or 0x420145) is known color: Mardi Gras. HEX triplet: 42, 01 and 45. RGB value is (66,1,69). Sum of RGB (Red+Green+Blue) = 66+1+69=136 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.53% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 69 (27.34% from 255 or 50.74% from 136); Max value from RGB is 69 - color contains mainly: blue. Hex color #420145 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420145 is #BDFEBA. Grayscale: #1B1B1B. Windows color (decimal): -12451515 or 4522306. OLE color: 4522306.

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

Color convert

RGB 66 1 69 -
CMYK 0.04 0.99 0 0.73
HSL 297.35º 0.97% 0.14% -
HSV(B) 297.35º 0.99% 0.27% -
XYZ 3.33 1.61 5.77 -
YUV 28.19 151.03 154.97 -
System Red Green Blue C M Y K H S L
Decimal 66 1 69 0.04 0.99 0 0.73 297.35 0.97 0.14
Hex 42 1 45 4 63 0 49 129 61 E
Octal 102 1 105 4 143 0 111 451 141 16
Binary 1000010 1 1000101 100 1100011 0 1001001 100101001 1100001 1110

Color Harmonies of #420145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420145

Black with #420145

Text Example


Text Example

White with #420145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420145; }

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

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

background-color css

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

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

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

border-color css

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

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

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