Html Css Color HEX #442C54 Jagger

📋 copy color: '#442C54'

red 68 ◦ green 44 ◦ blue 84

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

Shades of Jagger #442C54

Tints of Jagger #442C54

RGB

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

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

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

R = 34.69%
G = 22.45%
B = 42.86%

CMYK

 C value IS 0.19

 M value IS 0.48

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#442C54 (or 0x442C54) is known color: Jagger. HEX triplet: 44, 2C and 54. RGB value is (68,44,84). Sum of RGB (Red+Green+Blue) = 68+44+84=196 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.69% from 196); Green value is 44 (17.58% from 255 or 22.45% from 196); Blue value is 84 (33.20% from 255 or 42.86% from 196); Max value from RGB is 84 - color contains mainly: blue. Hex color #442C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442C54 is #BBD3AB. Grayscale: #373737. Windows color (decimal): -12309420 or 5516356. OLE color: 5516356.

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

Color convert

RGB 68 44 84 -
CMYK 0.19 0.48 0 0.67
HSL 276º 0.31% 0.25% -
HSV(B) 276º 0.48% 0.33% -
XYZ 4.88 3.67 8.84 -
YUV 55.74 143.95 136.75 -
System Red Green Blue C M Y K H S L
Decimal 68 44 84 0.19 0.48 0 0.67 276 0.31 0.25
Hex 44 2C 54 13 30 0 43 114 1F 19
Octal 104 54 124 23 60 0 103 424 37 31
Binary 1000100 101100 1010100 10011 110000 0 1000011 100010100 11111 11001

Color Harmonies of #442C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442C54

Black with #442C54

Text Example


Text Example

White with #442C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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