Html Css Color HEX #443261 Jacarta

📋 copy color: '#443261'

red 68 ◦ green 50 ◦ blue 97

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

Shades of Jacarta #443261

Tints of Jacarta #443261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 45.12%

R = 31.63%
G = 23.26%
B = 45.12%

CMYK

 C value IS 0.30

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#443261 (or 0x443261) is known color: Jacarta. HEX triplet: 44, 32 and 61. RGB value is (68,50,97). Sum of RGB (Red+Green+Blue) = 68+50+97=215 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.63% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 97 (38.28% from 255 or 45.12% from 215); Max value from RGB is 97 - color contains mainly: blue. Hex color #443261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443261 is #BBCD9E. Grayscale: #3C3C3C. Windows color (decimal): -12307871 or 6369860. OLE color: 6369860.

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

Color convert

RGB 68 50 97 -
CMYK 0.30 0.48 0 0.62
HSL 262.98º 0.32% 0.29% -
HSV(B) 262.98º 0.48% 0.38% -
XYZ 5.68 4.37 11.85 -
YUV 60.74 148.46 133.18 -
System Red Green Blue C M Y K H S L
Decimal 68 50 97 0.30 0.48 0 0.62 262.98 0.32 0.29
Hex 44 32 61 1E 30 0 3E 107 20 1D
Octal 104 62 141 36 60 0 76 407 40 35
Binary 1000100 110010 1100001 11110 110000 0 111110 100000111 100000 11101

Color Harmonies of #443261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443261

Black with #443261

Text Example


Text Example

White with #443261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443261; }

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

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

background-color css

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

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

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

border-color css

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

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

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