Html Css Color HEX #44395A Jacarta

📋 copy color: '#44395A'

red 68 ◦ green 57 ◦ blue 90

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

Shades of Jacarta #44395A

Tints of Jacarta #44395A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 41.86%

R = 31.63%
G = 26.51%
B = 41.86%

CMYK

 C value IS 0.24

 M value IS 0.37

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#44395A (or 0x44395A) is known color: Jacarta. HEX triplet: 44, 39 and 5A. RGB value is (68,57,90). Sum of RGB (Red+Green+Blue) = 68+57+90=215 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.63% from 215); Green value is 57 (22.66% from 255 or 26.51% from 215); Blue value is 90 (35.55% from 255 or 41.86% from 215); Max value from RGB is 90 - color contains mainly: blue. Hex color #44395A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44395A is #BBC6A5. Grayscale: #3F3F3F. Windows color (decimal): -12306086 or 5912900. OLE color: 5912900.

HSL color Cylindrical-coordinate representation of color #44395A: hue angle of 260º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #44395A is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 68 57 90 -
CMYK 0.24 0.37 0 0.65
HSL 260º 0.22% 0.29% -
HSV(B) 260º 0.37% 0.35% -
XYZ 5.69 4.89 10.32 -
YUV 64.05 142.64 130.82 -
System Red Green Blue C M Y K H S L
Decimal 68 57 90 0.24 0.37 0 0.65 260 0.22 0.29
Hex 44 39 5A 18 25 0 41 104 16 1D
Octal 104 71 132 30 45 0 101 404 26 35
Binary 1000100 111001 1011010 11000 100101 0 1000001 100000100 10110 11101

Color Harmonies of #44395A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44395A

Black with #44395A

Text Example


Text Example

White with #44395A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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