Html Css Color HEX #430244 Mardi Gras

📋 copy color: '#430244'

red 67 ◦ green 2 ◦ blue 68

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

Shades of Mardi Gras #430244

Tints of Mardi Gras #430244

RGB

 RED value IS 67 (26.56% from 255) = 48.91%

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

 BLUE value IS 68 (26.95% from 255) = 49.64%

R = 48.91%
G = 1.46%
B = 49.64%

CMYK

 C value IS 0.01

 M value IS 0.97

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#430244 (or 0x430244) is known color: Mardi Gras. HEX triplet: 43, 02 and 44. RGB value is (67,2,68). Sum of RGB (Red+Green+Blue) = 67+2+68=137 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.91% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 68 (26.95% from 255 or 49.64% from 137); Max value from RGB is 68 - color contains mainly: blue. Hex color #430244 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430244 is #BCFDBB. Grayscale: #1C1C1C. Windows color (decimal): -12385724 or 4457027. OLE color: 4457027.

HSL color Cylindrical-coordinate representation of color #430244: hue angle of 299.09º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #430244 is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 67 2 68 -
CMYK 0.01 0.97 0 0.73
HSL 299.09º 0.94% 0.14% -
HSV(B) 299.09º 0.97% 0.27% -
XYZ 3.38 1.65 5.61 -
YUV 28.96 150.03 155.13 -
System Red Green Blue C M Y K H S L
Decimal 67 2 68 0.01 0.97 0 0.73 299.09 0.94 0.14
Hex 43 2 44 1 61 0 49 12B 5E E
Octal 103 2 104 1 141 0 111 453 136 16
Binary 1000011 10 1000100 1 1100001 0 1001001 100101011 1011110 1110

Color Harmonies of #430244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430244

Black with #430244

Text Example


Text Example

White with #430244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430244; }

 p { color: rgb(67,2,68); }

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

background-color css

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

 a { background-color: rgb(67,2,68); }

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

border-color css

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

 span { border-color: rgb(67,2,68); }

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