Html Css Color HEX #41023A Mardi Gras

📋 copy color: '#41023A'

red 65 ◦ green 2 ◦ blue 58

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

Shades of Mardi Gras #41023A

Tints of Mardi Gras #41023A

RGB

 RED value IS 65 (25.78% from 255) = 52%

 GREEN value IS 2 (1.17% from 255) = 1.6%

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

R = 52%
G = 1.6%
B = 46.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#41023A (or 0x41023A) is known color: Mardi Gras. HEX triplet: 41, 02 and 3A. RGB value is (65,2,58). Sum of RGB (Red+Green+Blue) = 65+2+58=125 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 58 (23.05% from 255 or 46.4% from 125); Max value from RGB is 65 - color contains mainly: red. Hex color #41023A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41023A is #BEFDC5. Grayscale: #1B1B1B. Windows color (decimal): -12516806 or 3801665. OLE color: 3801665.

HSL color Cylindrical-coordinate representation of color #41023A: hue angle of 306.67º 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 #41023A is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 2 58 -
CMYK 0 0.97 0.11 0.75
HSL 306.67º 0.94% 0.13% -
HSV(B) 306.67º 0.97% 0.25% -
XYZ 2.97 1.47 4.13 -
YUV 27.22 145.37 154.95 -
System Red Green Blue C M Y K H S L
Decimal 65 2 58 0 0.97 0.11 0.75 306.67 0.94 0.13
Hex 41 2 3A 0 61 B 4B 133 5E D
Octal 101 2 72 0 141 13 113 463 136 15
Binary 1000001 10 111010 0 1100001 1011 1001011 100110011 1011110 1101

Color Harmonies of #41023A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41023A

Black with #41023A

Text Example


Text Example

White with #41023A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41023A; }

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

 H1.HeaderClassName
 {
   color: #41023A;
 }
 .AnyTagClassName
 {
   color: #41023A;
 }
</style>

background-color css

<style>
 a { background-color: #41023A; }

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

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

border-color css

<style>
 span { border-color: #41023A; }

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

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