Html Css Color HEX #443255 Jagger

📋 copy color: '#443255'

red 68 ◦ green 50 ◦ blue 85

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

Shades of Jagger #443255

Tints of Jagger #443255

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.63%

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

R = 33.5%
G = 24.63%
B = 41.87%

CMYK

 C value IS 0.20

 M value IS 0.41

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#443255 (or 0x443255) is known color: Jagger. HEX triplet: 44, 32 and 55. RGB value is (68,50,85). Sum of RGB (Red+Green+Blue) = 68+50+85=203 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.50% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 85 - color contains mainly: blue. Hex color #443255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443255 is #BBCDAA. Grayscale: #3B3B3B. Windows color (decimal): -12307883 or 5583428. OLE color: 5583428.

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

Color convert

RGB 68 50 85 -
CMYK 0.20 0.41 0 0.67
HSL 270.86º 0.26% 0.26% -
HSV(B) 270.86º 0.41% 0.33% -
XYZ 5.16 4.17 9.13 -
YUV 59.37 142.46 134.15 -
System Red Green Blue C M Y K H S L
Decimal 68 50 85 0.20 0.41 0 0.67 270.86 0.26 0.26
Hex 44 32 55 14 29 0 43 10F 1A 1A
Octal 104 62 125 24 51 0 103 417 32 32
Binary 1000100 110010 1010101 10100 101001 0 1000011 100001111 11010 11010

Color Harmonies of #443255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443255

Black with #443255

Text Example


Text Example

White with #443255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443255; }

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

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

background-color css

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

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

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

border-color css

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

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

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