Html Css Color HEX #43325E Jacarta

📋 copy color: '#43325E'

red 67 ◦ green 50 ◦ blue 94

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

Shades of Jacarta #43325E

Tints of Jacarta #43325E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 44.55%

R = 31.75%
G = 23.7%
B = 44.55%

CMYK

 C value IS 0.29

 M value IS 0.47

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#43325E (or 0x43325E) is known color: Jacarta. HEX triplet: 43, 32 and 5E. RGB value is (67,50,94). Sum of RGB (Red+Green+Blue) = 67+50+94=211 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.75% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 94 (37.11% from 255 or 44.55% from 211); Max value from RGB is 94 - color contains mainly: blue. Hex color #43325E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43325E is #BCCDA1. Grayscale: #3B3B3B. Windows color (decimal): -12373410 or 6173251. OLE color: 6173251.

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

Color convert

RGB 67 50 94 -
CMYK 0.29 0.47 0 0.63
HSL 263.18º 0.31% 0.28% -
HSV(B) 263.18º 0.47% 0.37% -
XYZ 5.48 4.28 11.13 -
YUV 60.1 147.13 132.92 -
System Red Green Blue C M Y K H S L
Decimal 67 50 94 0.29 0.47 0 0.63 263.18 0.31 0.28
Hex 43 32 5E 1D 2F 0 3F 107 1F 1C
Octal 103 62 136 35 57 0 77 407 37 34
Binary 1000011 110010 1011110 11101 101111 0 111111 100000111 11111 11100

Color Harmonies of #43325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43325E

Black with #43325E

Text Example


Text Example

White with #43325E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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