Html Css Color HEX #443154 Jagger

📋 copy color: '#443154'

red 68 ◦ green 49 ◦ blue 84

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

Shades of Jagger #443154

Tints of Jagger #443154

RGB

 RED value IS 68 (26.95% from 255) = 33.83%

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

 BLUE value IS 84 (33.2% from 255) = 41.79%

R = 33.83%
G = 24.38%
B = 41.79%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#443154 (or 0x443154) is known color: Jagger. HEX triplet: 44, 31 and 54. RGB value is (68,49,84). Sum of RGB (Red+Green+Blue) = 68+49+84=201 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.83% from 201); Green value is 49 (19.53% from 255 or 24.38% from 201); Blue value is 84 (33.20% from 255 or 41.79% from 201); Max value from RGB is 84 - color contains mainly: blue. Hex color #443154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443154 is #BBCEAB. Grayscale: #3A3A3A. Windows color (decimal): -12308140 or 5517636. OLE color: 5517636.

HSL color Cylindrical-coordinate representation of color #443154: hue angle of 272.57º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #443154 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 68 49 84 -
CMYK 0.19 0.42 0 0.67
HSL 272.57º 0.26% 0.26% -
HSV(B) 272.57º 0.42% 0.33% -
XYZ 5.08 4.07 8.9 -
YUV 58.67 142.29 134.65 -
System Red Green Blue C M Y K H S L
Decimal 68 49 84 0.19 0.42 0 0.67 272.57 0.26 0.26
Hex 44 31 54 13 2A 0 43 111 1A 1A
Octal 104 61 124 23 52 0 103 421 32 32
Binary 1000100 110001 1010100 10011 101010 0 1000011 100010001 11010 11010

Color Harmonies of #443154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443154

Black with #443154

Text Example


Text Example

White with #443154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443154; }

 p { color: rgb(68,49,84); }

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

background-color css

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

 a { background-color: rgb(68,49,84); }

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

border-color css

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

 span { border-color: rgb(68,49,84); }

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