Html Css Color HEX #443360 Jacarta

📋 copy color: '#443360'

red 68 ◦ green 51 ◦ blue 96

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

Shades of Jacarta #443360

Tints of Jacarta #443360

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.72%

 BLUE value IS 96 (37.89% from 255) = 44.65%

R = 31.63%
G = 23.72%
B = 44.65%

CMYK

 C value IS 0.29

 M value IS 0.47

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#443360 (or 0x443360) is known color: Jacarta. HEX triplet: 44, 33 and 60. RGB value is (68,51,96). Sum of RGB (Red+Green+Blue) = 68+51+96=215 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.63% from 215); Green value is 51 (20.31% from 255 or 23.72% from 215); Blue value is 96 (37.89% from 255 or 44.65% from 215); Max value from RGB is 96 - color contains mainly: blue. Hex color #443360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443360 is #BBCC9F. Grayscale: #3D3D3D. Windows color (decimal): -12307616 or 6304580. OLE color: 6304580.

HSL color Cylindrical-coordinate representation of color #443360: hue angle of 262.67º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #443360 is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 51 96 -
CMYK 0.29 0.47 0 0.62
HSL 262.67º 0.31% 0.29% -
HSV(B) 262.67º 0.47% 0.38% -
XYZ 5.68 4.44 11.62 -
YUV 61.21 147.63 132.84 -
System Red Green Blue C M Y K H S L
Decimal 68 51 96 0.29 0.47 0 0.62 262.67 0.31 0.29
Hex 44 33 60 1D 2F 0 3E 107 1F 1D
Octal 104 63 140 35 57 0 76 407 37 35
Binary 1000100 110011 1100000 11101 101111 0 111110 100000111 11111 11101

Color Harmonies of #443360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443360

Black with #443360

Text Example


Text Example

White with #443360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443360; }

 p { color: rgb(68,51,96); }

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

background-color css

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

 a { background-color: rgb(68,51,96); }

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

border-color css

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

 span { border-color: rgb(68,51,96); }

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