Html Css Color HEX #420248 Mardi Gras

📋 copy color: '#420248'

red 66 ◦ green 2 ◦ blue 72

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

Shades of Mardi Gras #420248

Tints of Mardi Gras #420248

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.43%

 BLUE value IS 72 (28.52% from 255) = 51.43%

R = 47.14%
G = 1.43%
B = 51.43%

CMYK

 C value IS 0.08

 M value IS 0.97

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#420248 (or 0x420248) is known color: Mardi Gras. HEX triplet: 42, 02 and 48. RGB value is (66,2,72). Sum of RGB (Red+Green+Blue) = 66+2+72=140 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.14% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 72 (28.52% from 255 or 51.43% from 140); Max value from RGB is 72 - color contains mainly: blue. Hex color #420248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420248 is #BDFDB7. Grayscale: #1C1C1C. Windows color (decimal): -12451256 or 4719170. OLE color: 4719170.

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

Color convert

RGB 66 2 72 -
CMYK 0.08 0.97 0 0.72
HSL 294.86º 0.95% 0.15% -
HSV(B) 294.86º 0.97% 0.28% -
XYZ 3.44 1.67 6.27 -
YUV 29.12 152.2 154.31 -
System Red Green Blue C M Y K H S L
Decimal 66 2 72 0.08 0.97 0 0.72 294.86 0.95 0.15
Hex 42 2 48 8 61 0 48 127 5F F
Octal 102 2 110 10 141 0 110 447 137 17
Binary 1000010 10 1001000 1000 1100001 0 1001000 100100111 1011111 1111

Color Harmonies of #420248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420248

Black with #420248

Text Example


Text Example

White with #420248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420248; }

 p { color: rgb(66,2,72); }

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

background-color css

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

 a { background-color: rgb(66,2,72); }

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

border-color css

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

 span { border-color: rgb(66,2,72); }

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