Html Css Color HEX #443555 Jagger

📋 copy color: '#443555'

red 68 ◦ green 53 ◦ blue 85

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

Shades of Jagger #443555

Tints of Jagger #443555

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.73%

 BLUE value IS 85 (33.59% from 255) = 41.26%

R = 33.01%
G = 25.73%
B = 41.26%

CMYK

 C value IS 0.20

 M value IS 0.38

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#443555 (or 0x443555) is known color: Jagger. HEX triplet: 44, 35 and 55. RGB value is (68,53,85). Sum of RGB (Red+Green+Blue) = 68+53+85=206 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.01% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 85 (33.59% from 255 or 41.26% from 206); Max value from RGB is 85 - color contains mainly: blue. Hex color #443555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443555 is #BBCAAA. Grayscale: #3D3D3D. Windows color (decimal): -12307115 or 5584196. OLE color: 5584196.

HSL color Cylindrical-coordinate representation of color #443555: hue angle of 268.12º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #443555 is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 68 53 85 -
CMYK 0.20 0.38 0 0.67
HSL 268.13º 0.23% 0.27% -
HSV(B) 268.13º 0.38% 0.33% -
XYZ 5.3 4.43 9.17 -
YUV 61.13 141.47 132.9 -
System Red Green Blue C M Y K H S L
Decimal 68 53 85 0.20 0.38 0 0.67 268.13 0.23 0.27
Hex 44 35 55 14 26 0 43 10C 17 1B
Octal 104 65 125 24 46 0 103 414 27 33
Binary 1000100 110101 1010101 10100 100110 0 1000011 100001100 10111 11011

Color Harmonies of #443555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443555

Black with #443555

Text Example


Text Example

White with #443555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443555; }

 p { color: rgb(68,53,85); }

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

background-color css

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

 a { background-color: rgb(68,53,85); }

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

border-color css

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

 span { border-color: rgb(68,53,85); }

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