Html Css Color HEX #420A44 Mardi Gras

📋 copy color: '#420A44'

red 66 ◦ green 10 ◦ blue 68

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

Shades of Mardi Gras #420A44

Tints of Mardi Gras #420A44

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.94%

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

R = 45.83%
G = 6.94%
B = 47.22%

CMYK

 C value IS 0.03

 M value IS 0.85

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#420A44 (or 0x420A44) is known color: Mardi Gras. HEX triplet: 42, 0A and 44. RGB value is (66,10,68). Sum of RGB (Red+Green+Blue) = 66+10+68=144 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.83% from 144); Green value is 10 (4.30% from 255 or 6.94% from 144); Blue value is 68 (26.95% from 255 or 47.22% from 144); Max value from RGB is 68 - color contains mainly: blue. Hex color #420A44 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420A44 is #BDF5BB. Grayscale: #212121. Windows color (decimal): -12449212 or 4459074. OLE color: 4459074.

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

Color convert

RGB 66 10 68 -
CMYK 0.03 0.85 0 0.73
HSL 297.93º 0.74% 0.15% -
HSV(B) 297.93º 0.85% 0.27% -
XYZ 3.4 1.79 5.64 -
YUV 33.36 147.55 151.28 -
System Red Green Blue C M Y K H S L
Decimal 66 10 68 0.03 0.85 0 0.73 297.93 0.74 0.15
Hex 42 A 44 3 55 0 49 12A 4A F
Octal 102 12 104 3 125 0 111 452 112 17
Binary 1000010 1010 1000100 11 1010101 0 1001001 100101010 1001010 1111

Color Harmonies of #420A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420A44

Black with #420A44

Text Example


Text Example

White with #420A44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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