Html Css Color HEX #43375A Jacarta

📋 copy color: '#43375A'

red 67 ◦ green 55 ◦ blue 90

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

Shades of Jacarta #43375A

Tints of Jacarta #43375A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.94%

 BLUE value IS 90 (35.55% from 255) = 42.45%

R = 31.6%
G = 25.94%
B = 42.45%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#43375A (or 0x43375A) is known color: Jacarta. HEX triplet: 43, 37 and 5A. RGB value is (67,55,90). Sum of RGB (Red+Green+Blue) = 67+55+90=212 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.60% from 212); Green value is 55 (21.88% from 255 or 25.94% from 212); Blue value is 90 (35.55% from 255 or 42.45% from 212); Max value from RGB is 90 - color contains mainly: blue. Hex color #43375A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43375A is #BCC8A5. Grayscale: #3E3E3E. Windows color (decimal): -12372134 or 5912387. OLE color: 5912387.

HSL color Cylindrical-coordinate representation of color #43375A: hue angle of 260.57º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #43375A is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 67 55 90 -
CMYK 0.26 0.39 0 0.65
HSL 260.57º 0.24% 0.28% -
HSV(B) 260.57º 0.39% 0.35% -
XYZ 5.53 4.66 10.28 -
YUV 62.58 143.48 131.15 -
System Red Green Blue C M Y K H S L
Decimal 67 55 90 0.26 0.39 0 0.65 260.57 0.24 0.28
Hex 43 37 5A 1A 27 0 41 105 18 1C
Octal 103 67 132 32 47 0 101 405 30 34
Binary 1000011 110111 1011010 11010 100111 0 1000001 100000101 11000 11100

Color Harmonies of #43375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43375A

Black with #43375A

Text Example


Text Example

White with #43375A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43375A; }

 p { color: rgb(67,55,90); }

 H1.HeaderClassName
 {
   color: #43375A;
 }
 .AnyTagClassName
 {
   color: #43375A;
 }
</style>

background-color css

<style>
 a { background-color: #43375A; }

 a { background-color: rgb(67,55,90); }

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

border-color css

<style>
 span { border-color: #43375A; }

 span { border-color: rgb(67,55,90); }

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