Html Css Color HEX #42063C Mardi Gras

📋 copy color: '#42063C'

red 66 ◦ green 6 ◦ blue 60

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

Shades of Mardi Gras #42063C

Tints of Mardi Gras #42063C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 45.45%

R = 50%
G = 4.55%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.09

 K value IS 0.74

RGB Variations

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

Color information

#42063C (or 0x42063C) is known color: Mardi Gras. HEX triplet: 42, 06 and 3C. RGB value is (66,6,60). Sum of RGB (Red+Green+Blue) = 66+6+60=132 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50% from 132); Green value is 6 (2.73% from 255 or 4.55% from 132); Blue value is 60 (23.83% from 255 or 45.45% from 132); Max value from RGB is 66 - color contains mainly: red. Hex color #42063C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42063C is #BDF9C3. Grayscale: #1D1D1D. Windows color (decimal): -12450244 or 3933762. OLE color: 3933762.

HSL color Cylindrical-coordinate representation of color #42063C: hue angle of 306º 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 #42063C is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 6 60 -
CMYK 0 0.91 0.09 0.74
HSL 306º 0.83% 0.14% -
HSV(B) 306º 0.91% 0.26% -
XYZ 3.13 1.61 4.42 -
YUV 30.1 144.88 153.61 -
System Red Green Blue C M Y K H S L
Decimal 66 6 60 0 0.91 0.09 0.74 306 0.83 0.14
Hex 42 6 3C 0 5B 9 4A 132 53 E
Octal 102 6 74 0 133 11 112 462 123 16
Binary 1000010 110 111100 0 1011011 1001 1001010 100110010 1010011 1110

Color Harmonies of #42063C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42063C

Black with #42063C

Text Example


Text Example

White with #42063C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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