Html Css Color HEX #360439 Mardi Gras

📋 copy color: '#360439'

red 54 ◦ green 4 ◦ blue 57

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

Shades of Mardi Gras #360439

Tints of Mardi Gras #360439

RGB

 RED value IS 54 (21.48% from 255) = 46.96%

 GREEN value IS 4 (1.95% from 255) = 3.48%

 BLUE value IS 57 (22.66% from 255) = 49.57%

R = 46.96%
G = 3.48%
B = 49.57%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#360439 (or 0x360439) is known color: Mardi Gras. HEX triplet: 36, 04 and 39. RGB value is (54,4,57). Sum of RGB (Red+Green+Blue) = 54+4+57=115 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.96% from 115); Green value is 4 (1.95% from 255 or 3.48% from 115); Blue value is 57 (22.66% from 255 or 49.57% from 115); Max value from RGB is 57 - color contains mainly: blue. Hex color #360439 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360439 is #C9FBC6. Grayscale: #181818. Windows color (decimal): -13237191 or 3736630. OLE color: 3736630.

HSL color Cylindrical-coordinate representation of color #360439: hue angle of 296.6º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #360439 is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 54 4 57 -
CMYK 0.05 0.93 0 0.78
HSL 296.6º 0.87% 0.12% -
HSV(B) 296.6º 0.93% 0.22% -
XYZ 2.3 1.17 3.97 -
YUV 24.99 146.07 148.69 -
System Red Green Blue C M Y K H S L
Decimal 54 4 57 0.05 0.93 0 0.78 296.6 0.87 0.12
Hex 36 4 39 5 5D 0 4E 129 57 C
Octal 66 4 71 5 135 0 116 451 127 14
Binary 110110 100 111001 101 1011101 0 1001110 100101001 1010111 1100

Color Harmonies of #360439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360439

Black with #360439

Text Example


Text Example

White with #360439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360439; }

 p { color: rgb(54,4,57); }

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

background-color css

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

 a { background-color: rgb(54,4,57); }

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

border-color css

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

 span { border-color: rgb(54,4,57); }

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