Html Css Color HEX #433149 Jagger

📋 copy color: '#433149'

red 67 ◦ green 49 ◦ blue 73

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

Shades of Jagger #433149

Tints of Jagger #433149

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25.93%

 BLUE value IS 73 (28.91% from 255) = 38.62%

R = 35.45%
G = 25.93%
B = 38.62%

CMYK

 C value IS 0.08

 M value IS 0.33

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#433149 (or 0x433149) is known color: Jagger. HEX triplet: 43, 31 and 49. RGB value is (67,49,73). Sum of RGB (Red+Green+Blue) = 67+49+73=189 (25% of max value = 765). Red value is 67 (26.56% from 255 or 35.45% from 189); Green value is 49 (19.53% from 255 or 25.93% from 189); Blue value is 73 (28.91% from 255 or 38.62% from 189); Max value from RGB is 73 - color contains mainly: blue. Hex color #433149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #433149 is #BCCEB6. Grayscale: #393939. Windows color (decimal): -12373687 or 4796739. OLE color: 4796739.

HSL color Cylindrical-coordinate representation of color #433149: hue angle of 285º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #433149 is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 67 49 73 -
CMYK 0.08 0.33 0 0.71
HSL 285º 0.2% 0.24% -
HSV(B) 285º 0.33% 0.29% -
XYZ 4.62 3.87 6.81 -
YUV 57.12 136.96 135.05 -
System Red Green Blue C M Y K H S L
Decimal 67 49 73 0.08 0.33 0 0.71 285 0.2 0.24
Hex 43 31 49 8 21 0 47 11D 14 18
Octal 103 61 111 10 41 0 107 435 24 30
Binary 1000011 110001 1001001 1000 100001 0 1000111 100011101 10100 11000

Color Harmonies of #433149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433149

Black with #433149

Text Example


Text Example

White with #433149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #433149; }

 p { color: rgb(67,49,73); }

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

background-color css

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

 a { background-color: rgb(67,49,73); }

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

border-color css

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

 span { border-color: rgb(67,49,73); }

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