Html Css Color HEX #44325B Jacarta

📋 copy color: '#44325B'

red 68 ◦ green 50 ◦ blue 91

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

Shades of Jacarta #44325B

Tints of Jacarta #44325B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 43.54%

R = 32.54%
G = 23.92%
B = 43.54%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#44325B (or 0x44325B) is known color: Jacarta. HEX triplet: 44, 32 and 5B. RGB value is (68,50,91). Sum of RGB (Red+Green+Blue) = 68+50+91=209 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.54% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 91 (35.94% from 255 or 43.54% from 209); Max value from RGB is 91 - color contains mainly: blue. Hex color #44325B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44325B is #BBCDA4. Grayscale: #3B3B3B. Windows color (decimal): -12307877 or 5976644. OLE color: 5976644.

HSL color Cylindrical-coordinate representation of color #44325B: hue angle of 266.34º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #44325B is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 68 50 91 -
CMYK 0.25 0.45 0 0.64
HSL 266.34º 0.29% 0.28% -
HSV(B) 266.34º 0.45% 0.36% -
XYZ 5.41 4.27 10.44 -
YUV 60.06 145.46 133.67 -
System Red Green Blue C M Y K H S L
Decimal 68 50 91 0.25 0.45 0 0.64 266.34 0.29 0.28
Hex 44 32 5B 19 2D 0 40 10A 1D 1C
Octal 104 62 133 31 55 0 100 412 35 34
Binary 1000100 110010 1011011 11001 101101 0 1000000 100001010 11101 11100

Color Harmonies of #44325B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44325B

Black with #44325B

Text Example


Text Example

White with #44325B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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