Html Css Color HEX #430948 Mardi Gras

📋 copy color: '#430948'

red 67 ◦ green 9 ◦ blue 72

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

Shades of Mardi Gras #430948

Tints of Mardi Gras #430948

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.08%

 BLUE value IS 72 (28.52% from 255) = 48.65%

R = 45.27%
G = 6.08%
B = 48.65%

CMYK

 C value IS 0.07

 M value IS 0.88

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#430948 (or 0x430948) is known color: Mardi Gras. HEX triplet: 43, 09 and 48. RGB value is (67,9,72). Sum of RGB (Red+Green+Blue) = 67+9+72=148 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.27% from 148); Green value is 9 (3.91% from 255 or 6.08% from 148); Blue value is 72 (28.52% from 255 or 48.65% from 148); Max value from RGB is 72 - color contains mainly: blue. Hex color #430948 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430948 is #BCF6B7. Grayscale: #212121. Windows color (decimal): -12383928 or 4720963. OLE color: 4720963.

HSL color Cylindrical-coordinate representation of color #430948: hue angle of 295.24º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #430948 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 67 9 72 -
CMYK 0.07 0.88 0 0.72
HSL 295.24º 0.78% 0.16% -
HSV(B) 295.24º 0.88% 0.28% -
XYZ 3.58 1.86 6.3 -
YUV 33.52 149.72 151.88 -
System Red Green Blue C M Y K H S L
Decimal 67 9 72 0.07 0.88 0 0.72 295.24 0.78 0.16
Hex 43 9 48 7 58 0 48 127 4E 10
Octal 103 11 110 7 130 0 110 447 116 20
Binary 1000011 1001 1001000 111 1011000 0 1001000 100100111 1001110 10000

Color Harmonies of #430948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430948

Black with #430948

Text Example


Text Example

White with #430948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430948; }

 p { color: rgb(67,9,72); }

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

background-color css

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

 a { background-color: rgb(67,9,72); }

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

border-color css

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

 span { border-color: rgb(67,9,72); }

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