Html Css Color HEX #42013A Mardi Gras

📋 copy color: '#42013A'

red 66 ◦ green 1 ◦ blue 58

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

Shades of Mardi Gras #42013A

Tints of Mardi Gras #42013A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 46.4%

R = 52.8%
G = 0.8%
B = 46.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.74

RGB Variations

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

Color information

#42013A (or 0x42013A) is known color: Mardi Gras. HEX triplet: 42, 01 and 3A. RGB value is (66,1,58). Sum of RGB (Red+Green+Blue) = 66+1+58=125 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.8% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 58 (23.05% from 255 or 46.4% from 125); Max value from RGB is 66 - color contains mainly: red. Hex color #42013A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42013A is #BDFEC5. Grayscale: #1A1A1A. Windows color (decimal): -12451526 or 3801410. OLE color: 3801410.

HSL color Cylindrical-coordinate representation of color #42013A: hue angle of 307.38º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #42013A is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 1 58 -
CMYK 0 0.98 0.12 0.74
HSL 307.38º 0.97% 0.13% -
HSV(B) 307.38º 0.98% 0.26% -
XYZ 3.02 1.49 4.13 -
YUV 26.93 145.53 155.87 -
System Red Green Blue C M Y K H S L
Decimal 66 1 58 0 0.98 0.12 0.74 307.38 0.97 0.13
Hex 42 1 3A 0 62 C 4A 133 61 D
Octal 102 1 72 0 142 14 112 463 141 15
Binary 1000010 1 111010 0 1100010 1100 1001010 100110011 1100001 1101

Color Harmonies of #42013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42013A

Black with #42013A

Text Example


Text Example

White with #42013A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42013A; }

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

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

background-color css

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

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

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

border-color css

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

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

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