Html Css Color HEX #42083B Mardi Gras

📋 copy color: '#42083B'

red 66 ◦ green 8 ◦ blue 59

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

Shades of Mardi Gras #42083B

Tints of Mardi Gras #42083B

RGB

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

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

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

R = 49.62%
G = 6.02%
B = 44.36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.11

 K value IS 0.74

RGB Variations

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

Color information

#42083B (or 0x42083B) is known color: Mardi Gras. HEX triplet: 42, 08 and 3B. RGB value is (66,8,59). Sum of RGB (Red+Green+Blue) = 66+8+59=133 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.62% from 133); Green value is 8 (3.52% from 255 or 6.02% from 133); Blue value is 59 (23.44% from 255 or 44.36% from 133); Max value from RGB is 66 - color contains mainly: red. Hex color #42083B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42083B is #BDF7C4. Grayscale: #1F1F1F. Windows color (decimal): -12449733 or 3868738. OLE color: 3868738.

HSL color Cylindrical-coordinate representation of color #42083B: hue angle of 307.24º 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 #42083B is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 8 59 -
CMYK 0 0.88 0.11 0.74
HSL 307.24º 0.78% 0.15% -
HSV(B) 307.24º 0.88% 0.26% -
XYZ 3.12 1.65 4.29 -
YUV 31.16 143.72 152.85 -
System Red Green Blue C M Y K H S L
Decimal 66 8 59 0 0.88 0.11 0.74 307.24 0.78 0.15
Hex 42 8 3B 0 58 B 4A 133 4E F
Octal 102 10 73 0 130 13 112 463 116 17
Binary 1000010 1000 111011 0 1011000 1011 1001010 100110011 1001110 1111

Color Harmonies of #42083B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42083B

Black with #42083B

Text Example


Text Example

White with #42083B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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