Html Css Color HEX #350139 Mardi Gras

📋 copy color: '#350139'

red 53 ◦ green 1 ◦ blue 57

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

Shades of Mardi Gras #350139

Tints of Mardi Gras #350139

RGB

 RED value IS 53 (21.09% from 255) = 47.75%

 GREEN value IS 1 (0.78% from 255) = 0.9%

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

R = 47.75%
G = 0.9%
B = 51.35%

CMYK

 C value IS 0.07

 M value IS 0.98

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#350139 (or 0x350139) is known color: Mardi Gras. HEX triplet: 35, 01 and 39. RGB value is (53,1,57). Sum of RGB (Red+Green+Blue) = 53+1+57=111 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.75% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 57 (22.66% from 255 or 51.35% from 111); Max value from RGB is 57 - color contains mainly: blue. Hex color #350139 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350139 is #CAFEC6. Grayscale: #161616. Windows color (decimal): -13303495 or 3735861. OLE color: 3735861.

HSL color Cylindrical-coordinate representation of color #350139: hue angle of 295.71º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #350139 is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 53 1 57 -
CMYK 0.07 0.98 0 0.78
HSL 295.71º 0.97% 0.11% -
HSV(B) 295.71º 0.98% 0.22% -
XYZ 2.22 1.07 3.96 -
YUV 22.93 147.23 149.45 -
System Red Green Blue C M Y K H S L
Decimal 53 1 57 0.07 0.98 0 0.78 295.71 0.97 0.11
Hex 35 1 39 7 62 0 4E 128 61 B
Octal 65 1 71 7 142 0 116 450 141 13
Binary 110101 1 111001 111 1100010 0 1001110 100101000 1100001 1011

Color Harmonies of #350139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350139

Black with #350139

Text Example


Text Example

White with #350139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350139; }

 p { color: rgb(53,1,57); }

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

background-color css

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

 a { background-color: rgb(53,1,57); }

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

border-color css

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

 span { border-color: rgb(53,1,57); }

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