Html Css Color HEX #442C56 Jagger

📋 copy color: '#442C56'

red 68 ◦ green 44 ◦ blue 86

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

Shades of Jagger #442C56

Tints of Jagger #442C56

RGB

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

 GREEN value IS 44 (17.58% from 255) = 22.22%

 BLUE value IS 86 (33.98% from 255) = 43.43%

R = 34.34%
G = 22.22%
B = 43.43%

CMYK

 C value IS 0.21

 M value IS 0.49

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#442C56 (or 0x442C56) is known color: Jagger. HEX triplet: 44, 2C and 56. RGB value is (68,44,86). Sum of RGB (Red+Green+Blue) = 68+44+86=198 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.34% from 198); Green value is 44 (17.58% from 255 or 22.22% from 198); Blue value is 86 (33.98% from 255 or 43.43% from 198); Max value from RGB is 86 - color contains mainly: blue. Hex color #442C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442C56 is #BBD3A9. Grayscale: #373737. Windows color (decimal): -12309418 or 5647428. OLE color: 5647428.

HSL color Cylindrical-coordinate representation of color #442C56: hue angle of 274.29º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #442C56 is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 68 44 86 -
CMYK 0.21 0.49 0 0.66
HSL 274.29º 0.32% 0.25% -
HSV(B) 274.29º 0.49% 0.34% -
XYZ 4.96 3.7 9.26 -
YUV 55.96 144.95 136.58 -
System Red Green Blue C M Y K H S L
Decimal 68 44 86 0.21 0.49 0 0.66 274.29 0.32 0.25
Hex 44 2C 56 15 31 0 42 112 20 19
Octal 104 54 126 25 61 0 102 422 40 31
Binary 1000100 101100 1010110 10101 110001 0 1000010 100010010 100000 11001

Color Harmonies of #442C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442C56

Black with #442C56

Text Example


Text Example

White with #442C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442C56; }

 p { color: rgb(68,44,86); }

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

background-color css

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

 a { background-color: rgb(68,44,86); }

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

border-color css

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

 span { border-color: rgb(68,44,86); }

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