Html Css Color HEX #3A023F Mardi Gras

📋 copy color: '#3A023F'

red 58 ◦ green 2 ◦ blue 63

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

Shades of Mardi Gras #3A023F

Tints of Mardi Gras #3A023F

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 value IS 0.08

 M value IS 0.97

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3A023F (or 0x3A023F) is known color: 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

RGB 58 2 63 -
CMYK 0.08 0.97 0 0.75
HSL 295.08º 0.94% 0.13% -
HSV(B) 295.08º 0.97% 0.25% -
XYZ 2.66 1.3 4.81 -
YUV 25.7 149.05 151.04 -
System Red Green Blue C M Y K H S L
Decimal 58 2 63 0.08 0.97 0 0.75 295.08 0.94 0.13
Hex 3A 2 3F 8 61 0 4B 127 5E D
Octal 72 2 77 10 141 0 113 447 136 15
Binary 111010 10 111111 1000 1100001 0 1001011 100100111 1011110 1101

Color Harmonies of #3A023F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A023F

Black with #3A023F

Text Example


Text Example

White with #3A023F

Text Example


Text Example

HTML Codes & Css Web 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>