Html Css Color HEX #44395D Jacarta

📋 copy color: '#44395D'

red 68 ◦ green 57 ◦ blue 93

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

Shades of Jacarta #44395D

Tints of Jacarta #44395D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.15%

 BLUE value IS 93 (36.72% from 255) = 42.66%

R = 31.19%
G = 26.15%
B = 42.66%

CMYK

 C value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#44395D (or 0x44395D) is known color: Jacarta. HEX triplet: 44, 39 and 5D. RGB value is (68,57,93). Sum of RGB (Red+Green+Blue) = 68+57+93=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 57 (22.66% from 255 or 26.15% from 218); Blue value is 93 (36.72% from 255 or 42.66% from 218); Max value from RGB is 93 - color contains mainly: blue. Hex color #44395D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44395D is #BBC6A2. Grayscale: #404040. Windows color (decimal): -12306083 or 6109508. OLE color: 6109508.

HSL color Cylindrical-coordinate representation of color #44395D: hue angle of 258.33º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #44395D is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 68 57 93 -
CMYK 0.27 0.39 0 0.64
HSL 258.33º 0.24% 0.29% -
HSV(B) 258.33º 0.39% 0.36% -
XYZ 5.82 4.95 11 -
YUV 64.39 144.14 130.57 -
System Red Green Blue C M Y K H S L
Decimal 68 57 93 0.27 0.39 0 0.64 258.33 0.24 0.29
Hex 44 39 5D 1B 27 0 40 102 18 1D
Octal 104 71 135 33 47 0 100 402 30 35
Binary 1000100 111001 1011101 11011 100111 0 1000000 100000010 11000 11101

Color Harmonies of #44395D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44395D

Black with #44395D

Text Example


Text Example

White with #44395D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44395D; }

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

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

background-color css

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

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

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

border-color css

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

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

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