Html Css Color HEX #43355D Jacarta

📋 copy color: '#43355D'

red 67 ◦ green 53 ◦ blue 93

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

Shades of Jacarta #43355D

Tints of Jacarta #43355D

RGB

 RED value IS 67 (26.56% from 255) = 31.46%

 GREEN value IS 53 (21.09% from 255) = 24.88%

 BLUE value IS 93 (36.72% from 255) = 43.66%

R = 31.46%
G = 24.88%
B = 43.66%

CMYK

 C value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#43355D (or 0x43355D) is known color: Jacarta. HEX triplet: 43, 35 and 5D. RGB value is (67,53,93). Sum of RGB (Red+Green+Blue) = 67+53+93=213 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.46% from 213); Green value is 53 (21.09% from 255 or 24.88% from 213); Blue value is 93 (36.72% from 255 or 43.66% from 213); Max value from RGB is 93 - color contains mainly: blue. Hex color #43355D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43355D is #BCCAA2. Grayscale: #3D3D3D. Windows color (decimal): -12372643 or 6108483. OLE color: 6108483.

HSL color Cylindrical-coordinate representation of color #43355D: hue angle of 261º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #43355D is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 67 53 93 -
CMYK 0.28 0.43 0 0.64
HSL 261º 0.27% 0.29% -
HSV(B) 261º 0.43% 0.36% -
XYZ 5.56 4.53 10.94 -
YUV 61.75 145.64 131.75 -
System Red Green Blue C M Y K H S L
Decimal 67 53 93 0.28 0.43 0 0.64 261 0.27 0.29
Hex 43 35 5D 1C 2B 0 40 105 1B 1D
Octal 103 65 135 34 53 0 100 405 33 35
Binary 1000011 110101 1011101 11100 101011 0 1000000 100000101 11011 11101

Color Harmonies of #43355D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43355D

Black with #43355D

Text Example


Text Example

White with #43355D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43355D; }

 p { color: rgb(67,53,93); }

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

background-color css

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

 a { background-color: rgb(67,53,93); }

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

border-color css

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

 span { border-color: rgb(67,53,93); }

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