Html Css Color HEX #442F59 Jagger

📋 copy color: '#442F59'

red 68 ◦ green 47 ◦ blue 89

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

Shades of Jagger #442F59

Tints of Jagger #442F59

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.04%

 BLUE value IS 89 (35.16% from 255) = 43.63%

R = 33.33%
G = 23.04%
B = 43.63%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#442F59 (or 0x442F59) is known color: Jagger. HEX triplet: 44, 2F and 59. RGB value is (68,47,89). Sum of RGB (Red+Green+Blue) = 68+47+89=204 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.33% from 204); Green value is 47 (18.75% from 255 or 23.04% from 204); Blue value is 89 (35.16% from 255 or 43.63% from 204); Max value from RGB is 89 - color contains mainly: blue. Hex color #442F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442F59 is #BBD0A6. Grayscale: #393939. Windows color (decimal): -12308647 or 5844804. OLE color: 5844804.

HSL color Cylindrical-coordinate representation of color #442F59: hue angle of 270º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #442F59 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 68 47 89 -
CMYK 0.24 0.47 0 0.65
HSL 270º 0.31% 0.27% -
HSV(B) 270º 0.47% 0.35% -
XYZ 5.2 3.98 9.95 -
YUV 58.07 145.46 135.08 -
System Red Green Blue C M Y K H S L
Decimal 68 47 89 0.24 0.47 0 0.65 270 0.31 0.27
Hex 44 2F 59 18 2F 0 41 10E 1F 1B
Octal 104 57 131 30 57 0 101 416 37 33
Binary 1000100 101111 1011001 11000 101111 0 1000001 100001110 11111 11011

Color Harmonies of #442F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442F59

Black with #442F59

Text Example


Text Example

White with #442F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,47,89); }

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

background-color css

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

 a { background-color: rgb(68,47,89); }

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

border-color css

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

 span { border-color: rgb(68,47,89); }

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