Html Css Color HEX #43385D Jacarta

📋 copy color: '#43385D'

red 67 ◦ green 56 ◦ blue 93

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

Shades of Jacarta #43385D

Tints of Jacarta #43385D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.93%

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

R = 31.02%
G = 25.93%
B = 43.06%

CMYK

 C value IS 0.28

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#43385D (or 0x43385D) is known color: Jacarta. HEX triplet: 43, 38 and 5D. RGB value is (67,56,93). Sum of RGB (Red+Green+Blue) = 67+56+93=216 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.02% from 216); Green value is 56 (22.27% from 255 or 25.93% from 216); Blue value is 93 (36.72% from 255 or 43.06% from 216); Max value from RGB is 93 - color contains mainly: blue. Hex color #43385D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43385D is #BCC7A2. Grayscale: #3F3F3F. Windows color (decimal): -12371875 or 6109251. OLE color: 6109251.

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

Color convert

RGB 67 56 93 -
CMYK 0.28 0.40 0 0.64
HSL 257.84º 0.25% 0.29% -
HSV(B) 257.84º 0.4% 0.36% -
XYZ 5.7 4.81 10.98 -
YUV 63.51 144.64 130.49 -
System Red Green Blue C M Y K H S L
Decimal 67 56 93 0.28 0.40 0 0.64 257.84 0.25 0.29
Hex 43 38 5D 1C 28 0 40 102 19 1D
Octal 103 70 135 34 50 0 100 402 31 35
Binary 1000011 111000 1011101 11100 101000 0 1000000 100000010 11001 11101

Color Harmonies of #43385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43385D

Black with #43385D

Text Example


Text Example

White with #43385D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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