Html Css Color HEX #44315C Jacarta

📋 copy color: '#44315C'

red 68 ◦ green 49 ◦ blue 92

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

Shades of Jacarta #44315C

Tints of Jacarta #44315C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.44%

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

R = 32.54%
G = 23.44%
B = 44.02%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#44315C (or 0x44315C) is known color: Jacarta. HEX triplet: 44, 31 and 5C. RGB value is (68,49,92). Sum of RGB (Red+Green+Blue) = 68+49+92=209 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.54% from 209); Green value is 49 (19.53% from 255 or 23.44% from 209); Blue value is 92 (36.33% from 255 or 44.02% from 209); Max value from RGB is 92 - color contains mainly: blue. Hex color #44315C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44315C is #BBCEA3. Grayscale: #3B3B3B. Windows color (decimal): -12308132 or 6041924. OLE color: 6041924.

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

Color convert

RGB 68 49 92 -
CMYK 0.26 0.47 0 0.64
HSL 266.51º 0.3% 0.28% -
HSV(B) 266.51º 0.47% 0.36% -
XYZ 5.41 4.2 10.65 -
YUV 59.58 146.29 134 -
System Red Green Blue C M Y K H S L
Decimal 68 49 92 0.26 0.47 0 0.64 266.51 0.3 0.28
Hex 44 31 5C 1A 2F 0 40 10B 1E 1C
Octal 104 61 134 32 57 0 100 413 36 34
Binary 1000100 110001 1011100 11010 101111 0 1000000 100001011 11110 11100

Color Harmonies of #44315C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44315C

Black with #44315C

Text Example


Text Example

White with #44315C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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