#442F5D

Color #442F5D Jacarta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacarta #442F5D

Tints of Jacarta #442F5D

Color information

#442F5D (or 0x442F5D) is unknown color: approx Jacarta. HEX triplet: 44, 2F and 5D. RGB value is (68,47,93). Sum of RGB (Red+Green+Blue) = 68+47+93=208 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.69% from 208); Green value is 47 (18.75% from 255 or 22.60% from 208); Blue value is 93 (36.72% from 255 or 44.71% from 208); Max value from RGB is 93 - color contains mainly: blue. Hex color #442F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442F5D is #BBD0A2. Grayscale: #3A3A3A. Windows color (decimal): -12308643 or 6106948. OLE color: 6106948.

HSL color Cylindrical-coordinate representation of color #442F5D: hue angle of 267.39º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #442F5D is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB684793-
CMYK0.270.4900.64
HSL267.39º32.86%27.45%-
HSV(B)267.39º49.46%36.47%-
XYZ5.384.0510.85-
YUV58.52147.46134.76-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.69%
GREEN value IS 47 (18.75% from 255) = 22.60%
BLUE value IS 93 (36.72% from 255) = 44.71%
R=32.69%
G=22.60%
B=44.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6847930.270.4900.64267.3932.8627.45
Hex442F5D1B3104010b211b
Octal10457135336101004134133
Binary10001001011111011101110111100010100000010000101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #442F5D;
 }
 .AnyTagClassName
 {
   color: #442F5D;
 }
</style>
background-color css

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

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

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

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

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

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