Html Css Color HEX #42083C Mardi Gras

📋 copy color: '#42083C'

red 66 ◦ green 8 ◦ blue 60

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

Shades of Mardi Gras #42083C

Tints of Mardi Gras #42083C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.97%

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

R = 49.25%
G = 5.97%
B = 44.78%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.09

 K value IS 0.74

RGB Variations

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

Color information

#42083C (or 0x42083C) is known color: Mardi Gras. HEX triplet: 42, 08 and 3C. RGB value is (66,8,60). Sum of RGB (Red+Green+Blue) = 66+8+60=134 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.25% from 134); Green value is 8 (3.52% from 255 or 5.97% from 134); Blue value is 60 (23.83% from 255 or 44.78% from 134); Max value from RGB is 66 - color contains mainly: red. Hex color #42083C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42083C is #BDF7C3. Grayscale: #1F1F1F. Windows color (decimal): -12449732 or 3934274. OLE color: 3934274.

HSL color Cylindrical-coordinate representation of color #42083C: hue angle of 306.21º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42083C is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 8 60 -
CMYK 0 0.88 0.09 0.74
HSL 306.21º 0.78% 0.15% -
HSV(B) 306.21º 0.88% 0.26% -
XYZ 3.15 1.66 4.43 -
YUV 31.27 144.22 152.77 -
System Red Green Blue C M Y K H S L
Decimal 66 8 60 0 0.88 0.09 0.74 306.21 0.78 0.15
Hex 42 8 3C 0 58 9 4A 132 4E F
Octal 102 10 74 0 130 11 112 462 116 17
Binary 1000010 1000 111100 0 1011000 1001 1001010 100110010 1001110 1111

Color Harmonies of #42083C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42083C

Black with #42083C

Text Example


Text Example

White with #42083C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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