#3A023F

Color #3A023F Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #3A023F

Tints of Mardi Gras #3A023F

Color information

#3A023F (or 0x3A023F) is unknown color: approx Mardi Gras. HEX triplet: 3A, 02 and 3F. RGB value is (58,2,63). Sum of RGB (Red+Green+Blue) = 58+2+63=123 (16% of max value = 765). Red value is 58 (23.05% from 255 or 47.15% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 63 (25% from 255 or 51.22% from 123); Max value from RGB is 63 - color contains mainly: blue. Hex color #3A023F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A023F is #C5FDC0. Grayscale: #191919. Windows color (decimal): -12975553 or 4129338. OLE color: 4129338.

HSL color Cylindrical-coordinate representation of color #3A023F: hue angle of 295.08º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A023F is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB58263-
CMYK0.080.9700.75
HSL295.08º93.85%12.75%-
HSV(B)295.08º96.83%24.71%-
XYZ2.661.34.81-
YUV25.7149.05151.04-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 47.15%
GREEN value IS 2 (1.17% from 255) = 1.63%
BLUE value IS 63 (25% from 255) = 51.22%
R=47.15%
G=1.63%
B=51.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal582630.080.9700.75295.0893.8512.75
Hex3A23F86104B1275ed
Octal7227710141011344713615
Binary11101010111111100011000010100101110010011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A023F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,2,63); }

 H1.HeaderClassName
 {
   color: #3A023F;
 }
 .AnyTagClassName
 {
   color: #3A023F;
 }
</style>
background-color css

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

 a { background-color: rgb(58,2,63); }

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

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

 span { border-color: rgb(58,2,63); }

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