Html Css Color HEX #43355E Jacarta

📋 copy color: '#43355E'

red 67 ◦ green 53 ◦ blue 94

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

Shades of Jacarta #43355E

Tints of Jacarta #43355E

RGB

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

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

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

R = 31.31%
G = 24.77%
B = 43.93%

CMYK

 C value IS 0.29

 M value IS 0.44

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#43355E (or 0x43355E) is known color: Jacarta. HEX triplet: 43, 35 and 5E. RGB value is (67,53,94). Sum of RGB (Red+Green+Blue) = 67+53+94=214 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.31% from 214); Green value is 53 (21.09% from 255 or 24.77% from 214); Blue value is 94 (37.11% from 255 or 43.93% from 214); Max value from RGB is 94 - color contains mainly: blue. Hex color #43355E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43355E is #BCCAA1. Grayscale: #3D3D3D. Windows color (decimal): -12372642 or 6174019. OLE color: 6174019.

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

Color convert

RGB 67 53 94 -
CMYK 0.29 0.44 0 0.63
HSL 260.49º 0.28% 0.29% -
HSV(B) 260.49º 0.44% 0.37% -
XYZ 5.61 4.55 11.17 -
YUV 61.86 146.14 131.67 -
System Red Green Blue C M Y K H S L
Decimal 67 53 94 0.29 0.44 0 0.63 260.49 0.28 0.29
Hex 43 35 5E 1D 2C 0 3F 104 1C 1D
Octal 103 65 136 35 54 0 77 404 34 35
Binary 1000011 110101 1011110 11101 101100 0 111111 100000100 11100 11101

Color Harmonies of #43355E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43355E

Black with #43355E

Text Example


Text Example

White with #43355E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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