Html Css Color HEX #44325A Jacarta

📋 copy color: '#44325A'

red 68 ◦ green 50 ◦ blue 90

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

Shades of Jacarta #44325A

Tints of Jacarta #44325A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.04%

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

R = 32.69%
G = 24.04%
B = 43.27%

CMYK

 C value IS 0.24

 M value IS 0.44

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#44325A (or 0x44325A) is known color: Jacarta. HEX triplet: 44, 32 and 5A. RGB value is (68,50,90). Sum of RGB (Red+Green+Blue) = 68+50+90=208 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.69% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 90 (35.55% from 255 or 43.27% from 208); Max value from RGB is 90 - color contains mainly: blue. Hex color #44325A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44325A is #BBCDA5. Grayscale: #3B3B3B. Windows color (decimal): -12307878 or 5911108. OLE color: 5911108.

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

Color convert

RGB 68 50 90 -
CMYK 0.24 0.44 0 0.65
HSL 267º 0.29% 0.27% -
HSV(B) 267º 0.44% 0.35% -
XYZ 5.37 4.25 10.21 -
YUV 59.94 144.96 133.75 -
System Red Green Blue C M Y K H S L
Decimal 68 50 90 0.24 0.44 0 0.65 267 0.29 0.27
Hex 44 32 5A 18 2C 0 41 10B 1D 1B
Octal 104 62 132 30 54 0 101 413 35 33
Binary 1000100 110010 1011010 11000 101100 0 1000001 100001011 11101 11011

Color Harmonies of #44325A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44325A

Black with #44325A

Text Example


Text Example

White with #44325A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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