Html Css Color HEX #3C013E Mardi Gras

📋 copy color: '#3C013E'

red 60 ◦ green 1 ◦ blue 62

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

Shades of Mardi Gras #3C013E

Tints of Mardi Gras #3C013E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.81%

 BLUE value IS 62 (24.61% from 255) = 50.41%

R = 48.78%
G = 0.81%
B = 50.41%

CMYK

 C value IS 0.03

 M value IS 0.98

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#3C013E (or 0x3C013E) is known color: Mardi Gras. HEX triplet: 3C, 01 and 3E. RGB value is (60,1,62). Sum of RGB (Red+Green+Blue) = 60+1+62=123 (16% of max value = 765). Red value is 60 (23.83% from 255 or 48.78% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 62 (24.61% from 255 or 50.41% from 123); Max value from RGB is 62 - color contains mainly: blue. Hex color #3C013E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C013E is #C3FEC1. Grayscale: #191919. Windows color (decimal): -12844738 or 4063548. OLE color: 4063548.

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

Color convert

RGB 60 1 62 -
CMYK 0.03 0.98 0 0.76
HSL 298.03º 0.97% 0.12% -
HSV(B) 298.03º 0.98% 0.24% -
XYZ 2.74 1.33 4.67 -
YUV 25.6 148.55 152.54 -
System Red Green Blue C M Y K H S L
Decimal 60 1 62 0.03 0.98 0 0.76 298.03 0.97 0.12
Hex 3C 1 3E 3 62 0 4C 12A 61 C
Octal 74 1 76 3 142 0 114 452 141 14
Binary 111100 1 111110 11 1100010 0 1001100 100101010 1100001 1100

Color Harmonies of #3C013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C013E

Black with #3C013E

Text Example


Text Example

White with #3C013E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,1,62); }

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

background-color css

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

 a { background-color: rgb(60,1,62); }

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

border-color css

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

 span { border-color: rgb(60,1,62); }

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