Html Css Color HEX #43325D Jacarta

📋 copy color: '#43325D'

red 67 ◦ green 50 ◦ blue 93

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

Shades of Jacarta #43325D

Tints of Jacarta #43325D

RGB

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

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

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

R = 31.9%
G = 23.81%
B = 44.29%

CMYK

 C value IS 0.28

 M value IS 0.46

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#43325D (or 0x43325D) is known color: Jacarta. HEX triplet: 43, 32 and 5D. RGB value is (67,50,93). Sum of RGB (Red+Green+Blue) = 67+50+93=210 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.90% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 93 (36.72% from 255 or 44.29% from 210); Max value from RGB is 93 - color contains mainly: blue. Hex color #43325D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43325D is #BCCDA2. Grayscale: #3B3B3B. Windows color (decimal): -12373411 or 6107715. OLE color: 6107715.

HSL color Cylindrical-coordinate representation of color #43325D: hue angle of 263.72º 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 #43325D is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 67 50 93 -
CMYK 0.28 0.46 0 0.64
HSL 263.72º 0.3% 0.28% -
HSV(B) 263.72º 0.46% 0.36% -
XYZ 5.43 4.26 10.89 -
YUV 59.99 146.63 133 -
System Red Green Blue C M Y K H S L
Decimal 67 50 93 0.28 0.46 0 0.64 263.72 0.3 0.28
Hex 43 32 5D 1C 2E 0 40 108 1E 1C
Octal 103 62 135 34 56 0 100 410 36 34
Binary 1000011 110010 1011101 11100 101110 0 1000000 100001000 11110 11100

Color Harmonies of #43325D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43325D

Black with #43325D

Text Example


Text Example

White with #43325D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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