Html Css Color HEX #3C053A Mardi Gras

📋 copy color: '#3C053A'

red 60 ◦ green 5 ◦ blue 58

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

Shades of Mardi Gras #3C053A

Tints of Mardi Gras #3C053A

RGB

 RED value IS 60 (23.83% from 255) = 48.78%

 GREEN value IS 5 (2.34% from 255) = 4.07%

 BLUE value IS 58 (23.05% from 255) = 47.15%

R = 48.78%
G = 4.07%
B = 47.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.03

 K value IS 0.76

RGB Variations

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

Color information

#3C053A (or 0x3C053A) is known color: Mardi Gras. HEX triplet: 3C, 05 and 3A. RGB value is (60,5,58). Sum of RGB (Red+Green+Blue) = 60+5+58=123 (16% of max value = 765). Red value is 60 (23.83% from 255 or 48.78% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 58 (23.05% from 255 or 47.15% from 123); Max value from RGB is 60 - color contains mainly: red. Hex color #3C053A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C053A is #C3FAC5. Grayscale: #1B1B1B. Windows color (decimal): -12843718 or 3802428. OLE color: 3802428.

HSL color Cylindrical-coordinate representation of color #3C053A: hue angle of 302.18º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3C053A is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 5 58 -
CMYK 0 0.92 0.03 0.76
HSL 302.18º 0.85% 0.13% -
HSV(B) 302.18º 0.92% 0.24% -
XYZ 2.68 1.37 4.13 -
YUV 27.49 145.22 151.19 -
System Red Green Blue C M Y K H S L
Decimal 60 5 58 0 0.92 0.03 0.76 302.18 0.85 0.13
Hex 3C 5 3A 0 5C 3 4C 12E 55 D
Octal 74 5 72 0 134 3 114 456 125 15
Binary 111100 101 111010 0 1011100 11 1001100 100101110 1010101 1101

Color Harmonies of #3C053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C053A

Black with #3C053A

Text Example


Text Example

White with #3C053A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C053A; }

 p { color: rgb(60,5,58); }

 H1.HeaderClassName
 {
   color: #3C053A;
 }
 .AnyTagClassName
 {
   color: #3C053A;
 }
</style>

background-color css

<style>
 a { background-color: #3C053A; }

 a { background-color: rgb(60,5,58); }

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

border-color css

<style>
 span { border-color: #3C053A; }

 span { border-color: rgb(60,5,58); }

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