Html Css Color HEX #450047 Mardi Gras

📋 copy color: '#450047'

red 69 ◦ green 0 ◦ blue 71

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

Shades of Mardi Gras #450047

Tints of Mardi Gras #450047

RGB

 RED value IS 69 (27.34% from 255) = 49.29%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 71 (28.13% from 255) = 50.71%

R = 49.29%
G = 0%
B = 50.71%

CMYK

 C value IS 0.03

 M value IS 1

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#450047 (or 0x450047) is known color: Mardi Gras. HEX triplet: 45, 00 and 47. RGB value is (69,0,71). Sum of RGB (Red+Green+Blue) = 69+0+71=140 (18% of max value = 765). Red value is 69 (27.34% from 255 or 49.29% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 71 (28.12% from 255 or 50.71% from 140); Max value from RGB is 71 - color contains mainly: blue. Hex color #450047 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450047 is #BAFFB8. Grayscale: #1C1C1C. Windows color (decimal): -12255161 or 4653125. OLE color: 4653125.

HSL color Cylindrical-coordinate representation of color #450047: hue angle of 298.31º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #450047 is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 69 0 71 -
CMYK 0.03 1 0 0.72
HSL 298.31º 1% 0.14% -
HSV(B) 298.31º 1% 0.28% -
XYZ 3.59 1.72 6.1 -
YUV 28.73 151.86 156.73 -
System Red Green Blue C M Y K H S L
Decimal 69 0 71 0.03 1 0 0.72 298.31 1 0.14
Hex 45 0 47 3 64 0 48 12A 64 E
Octal 105 0 107 3 144 0 110 452 144 16
Binary 1000101 0 1000111 11 1100100 0 1001000 100101010 1100100 1110

Color Harmonies of #450047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450047

Black with #450047

Text Example


Text Example

White with #450047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450047; }

 p { color: rgb(69,0,71); }

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

background-color css

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

 a { background-color: rgb(69,0,71); }

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

border-color css

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

 span { border-color: rgb(69,0,71); }

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