Html Css Color HEX #420148 Mardi Gras

📋 copy color: '#420148'

red 66 ◦ green 1 ◦ blue 72

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

Shades of Mardi Gras #420148

Tints of Mardi Gras #420148

RGB

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

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

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

R = 47.48%
G = 0.72%
B = 51.8%

CMYK

 C value IS 0.08

 M value IS 0.99

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#420148 (or 0x420148) is known color: Mardi Gras. HEX triplet: 42, 01 and 48. RGB value is (66,1,72). Sum of RGB (Red+Green+Blue) = 66+1+72=139 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.48% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 72 (28.52% from 255 or 51.80% from 139); Max value from RGB is 72 - color contains mainly: blue. Hex color #420148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420148 is #BDFEB7. Grayscale: #1C1C1C. Windows color (decimal): -12451512 or 4718914. OLE color: 4718914.

HSL color Cylindrical-coordinate representation of color #420148: hue angle of 294.93º 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 #420148 is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 66 1 72 -
CMYK 0.08 0.99 0 0.72
HSL 294.93º 0.97% 0.14% -
HSV(B) 294.93º 0.99% 0.28% -
XYZ 3.43 1.65 6.27 -
YUV 28.53 152.53 154.73 -
System Red Green Blue C M Y K H S L
Decimal 66 1 72 0.08 0.99 0 0.72 294.93 0.97 0.14
Hex 42 1 48 8 63 0 48 127 61 E
Octal 102 1 110 10 143 0 110 447 141 16
Binary 1000010 1 1001000 1000 1100011 0 1001000 100100111 1100001 1110

Color Harmonies of #420148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420148

Black with #420148

Text Example


Text Example

White with #420148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420148; }

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

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

background-color css

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

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

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

border-color css

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

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

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