Html Css Color HEX #3A173E Mardi Gras

📋 copy color: '#3A173E'

red 58 ◦ green 23 ◦ blue 62

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

Shades of Mardi Gras #3A173E

Tints of Mardi Gras #3A173E

RGB

 RED value IS 58 (23.05% from 255) = 40.56%

 GREEN value IS 23 (9.38% from 255) = 16.08%

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

R = 40.56%
G = 16.08%
B = 43.36%

CMYK

 C value IS 0.06

 M value IS 0.63

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#3A173E (or 0x3A173E) is known color: Mardi Gras. HEX triplet: 3A, 17 and 3E. RGB value is (58,23,62). Sum of RGB (Red+Green+Blue) = 58+23+62=143 (18% of max value = 765). Red value is 58 (23.05% from 255 or 40.56% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 62 (24.61% from 255 or 43.36% from 143); Max value from RGB is 62 - color contains mainly: blue. Hex color #3A173E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A173E is #C5E8C1. Grayscale: #252525. Windows color (decimal): -12970178 or 4069178. OLE color: 4069178.

HSL color Cylindrical-coordinate representation of color #3A173E: hue angle of 293.85º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A173E is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 58 23 62 -
CMYK 0.06 0.63 0 0.76
HSL 293.85º 0.46% 0.17% -
HSV(B) 293.85º 0.63% 0.24% -
XYZ 2.92 1.86 4.76 -
YUV 37.91 141.6 142.33 -
System Red Green Blue C M Y K H S L
Decimal 58 23 62 0.06 0.63 0 0.76 293.85 0.46 0.17
Hex 3A 17 3E 6 3F 0 4C 126 2E 11
Octal 72 27 76 6 77 0 114 446 56 21
Binary 111010 10111 111110 110 111111 0 1001100 100100110 101110 10001

Color Harmonies of #3A173E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A173E

Black with #3A173E

Text Example


Text Example

White with #3A173E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,23,62); }

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

background-color css

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

 a { background-color: rgb(58,23,62); }

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

border-color css

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

 span { border-color: rgb(58,23,62); }

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