Html Css Color HEX #42023B Mardi Gras

📋 copy color: '#42023B'

red 66 ◦ green 2 ◦ blue 59

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

Shades of Mardi Gras #42023B

Tints of Mardi Gras #42023B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 46.46%

R = 51.97%
G = 1.57%
B = 46.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.74

RGB Variations

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

Color information

#42023B (or 0x42023B) is known color: Mardi Gras. HEX triplet: 42, 02 and 3B. RGB value is (66,2,59). Sum of RGB (Red+Green+Blue) = 66+2+59=127 (16% of max value = 765). Red value is 66 (26.17% from 255 or 51.97% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 59 (23.44% from 255 or 46.46% from 127); Max value from RGB is 66 - color contains mainly: red. Hex color #42023B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42023B is #BDFDC4. Grayscale: #1B1B1B. Windows color (decimal): -12451269 or 3867202. OLE color: 3867202.

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

Color convert

RGB 66 2 59 -
CMYK 0 0.97 0.11 0.74
HSL 306.56º 0.94% 0.13% -
HSV(B) 306.56º 0.97% 0.26% -
XYZ 3.06 1.52 4.27 -
YUV 27.63 145.7 155.37 -
System Red Green Blue C M Y K H S L
Decimal 66 2 59 0 0.97 0.11 0.74 306.56 0.94 0.13
Hex 42 2 3B 0 61 B 4A 133 5E D
Octal 102 2 73 0 141 13 112 463 136 15
Binary 1000010 10 111011 0 1100001 1011 1001010 100110011 1011110 1101

Color Harmonies of #42023B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42023B

Black with #42023B

Text Example


Text Example

White with #42023B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42023B; }

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

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

background-color css

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

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

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

border-color css

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

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

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