Html Css Color HEX #44325F Jacarta

📋 copy color: '#44325F'

red 68 ◦ green 50 ◦ blue 95

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

Shades of Jacarta #44325F

Tints of Jacarta #44325F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 44.6%

R = 31.92%
G = 23.47%
B = 44.6%

CMYK

 C value IS 0.28

 M value IS 0.47

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#44325F (or 0x44325F) is known color: Jacarta. HEX triplet: 44, 32 and 5F. RGB value is (68,50,95). Sum of RGB (Red+Green+Blue) = 68+50+95=213 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.92% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 95 (37.5% from 255 or 44.60% from 213); Max value from RGB is 95 - color contains mainly: blue. Hex color #44325F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44325F is #BBCDA0. Grayscale: #3C3C3C. Windows color (decimal): -12307873 or 6238788. OLE color: 6238788.

HSL color Cylindrical-coordinate representation of color #44325F: hue angle of 264º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #44325F is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 68 50 95 -
CMYK 0.28 0.47 0 0.63
HSL 264º 0.31% 0.28% -
HSV(B) 264º 0.47% 0.37% -
XYZ 5.59 4.34 11.37 -
YUV 60.51 147.46 133.34 -
System Red Green Blue C M Y K H S L
Decimal 68 50 95 0.28 0.47 0 0.63 264 0.31 0.28
Hex 44 32 5F 1C 2F 0 3F 108 1F 1C
Octal 104 62 137 34 57 0 77 410 37 34
Binary 1000100 110010 1011111 11100 101111 0 111111 100001000 11111 11100

Color Harmonies of #44325F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44325F

Black with #44325F

Text Example


Text Example

White with #44325F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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