Html Css Color HEX #42063F Mardi Gras

📋 copy color: '#42063F'

red 66 ◦ green 6 ◦ blue 63

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

Shades of Mardi Gras #42063F

Tints of Mardi Gras #42063F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.44%

 BLUE value IS 63 (25% from 255) = 46.67%

R = 48.89%
G = 4.44%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.05

 K value IS 0.74

RGB Variations

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

Color information

#42063F (or 0x42063F) is known color: Mardi Gras. HEX triplet: 42, 06 and 3F. RGB value is (66,6,63). Sum of RGB (Red+Green+Blue) = 66+6+63=135 (17% of max value = 765). Red value is 66 (26.17% from 255 or 48.89% from 135); Green value is 6 (2.73% from 255 or 4.44% from 135); Blue value is 63 (25% from 255 or 46.67% from 135); Max value from RGB is 66 - color contains mainly: red. Hex color #42063F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42063F is #BDF9C0. Grayscale: #1E1E1E. Windows color (decimal): -12450241 or 4130370. OLE color: 4130370.

HSL color Cylindrical-coordinate representation of color #42063F: hue angle of 303º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #42063F is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 6 63 -
CMYK 0 0.91 0.05 0.74
HSL 303º 0.83% 0.14% -
HSV(B) 303º 0.91% 0.26% -
XYZ 3.21 1.65 4.85 -
YUV 30.44 146.38 153.37 -
System Red Green Blue C M Y K H S L
Decimal 66 6 63 0 0.91 0.05 0.74 303 0.83 0.14
Hex 42 6 3F 0 5B 5 4A 12F 53 E
Octal 102 6 77 0 133 5 112 457 123 16
Binary 1000010 110 111111 0 1011011 101 1001010 100101111 1010011 1110

Color Harmonies of #42063F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42063F

Black with #42063F

Text Example


Text Example

White with #42063F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42063F; }

 p { color: rgb(66,6,63); }

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

background-color css

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

 a { background-color: rgb(66,6,63); }

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

border-color css

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

 span { border-color: rgb(66,6,63); }

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