Html Css Color HEX #44325C Jacarta

📋 copy color: '#44325C'

red 68 ◦ green 50 ◦ blue 92

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

Shades of Jacarta #44325C

Tints of Jacarta #44325C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 43.81%

R = 32.38%
G = 23.81%
B = 43.81%

CMYK

 C value IS 0.26

 M value IS 0.46

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#44325C (or 0x44325C) is known color: Jacarta. HEX triplet: 44, 32 and 5C. RGB value is (68,50,92). Sum of RGB (Red+Green+Blue) = 68+50+92=210 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.38% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 92 (36.33% from 255 or 43.81% from 210); Max value from RGB is 92 - color contains mainly: blue. Hex color #44325C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44325C is #BBCDA3. Grayscale: #3C3C3C. Windows color (decimal): -12307876 or 6042180. OLE color: 6042180.

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

Color convert

RGB 68 50 92 -
CMYK 0.26 0.46 0 0.64
HSL 265.71º 0.3% 0.28% -
HSV(B) 265.71º 0.46% 0.36% -
XYZ 5.46 4.28 10.66 -
YUV 60.17 145.96 133.58 -
System Red Green Blue C M Y K H S L
Decimal 68 50 92 0.26 0.46 0 0.64 265.71 0.3 0.28
Hex 44 32 5C 1A 2E 0 40 10A 1E 1C
Octal 104 62 134 32 56 0 100 412 36 34
Binary 1000100 110010 1011100 11010 101110 0 1000000 100001010 11110 11100

Color Harmonies of #44325C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44325C

Black with #44325C

Text Example


Text Example

White with #44325C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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