#43385A

Color #43385A Jacarta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacarta #43385A

Tints of Jacarta #43385A

Color information

#43385A (or 0x43385A) is unknown color: approx Jacarta. HEX triplet: 43, 38 and 5A. RGB value is (67,56,90). Sum of RGB (Red+Green+Blue) = 67+56+90=213 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.46% from 213); Green value is 56 (22.27% from 255 or 26.29% from 213); Blue value is 90 (35.55% from 255 or 42.25% from 213); Max value from RGB is 90 - color contains mainly: blue. Hex color #43385A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43385A is #BCC7A5. Grayscale: #3F3F3F. Windows color (decimal): -12371878 or 5912643. OLE color: 5912643.

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

Color convert

RGB675690-
CMYK0.260.3800.65
HSL259.41º23.29%28.63%-
HSV(B)259.41º37.78%35.29%-
XYZ5.574.7610.3-
YUV63.16143.14130.74-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.46%
GREEN value IS 56 (22.27% from 255) = 26.29%
BLUE value IS 90 (35.55% from 255) = 42.25%
R=31.46%
G=26.29%
B=42.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6756900.260.3800.65259.4123.2928.63
Hex43385A1A26041103171d
Octal10370132324601014032735
Binary1000011111000101101011010100110010000011000000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43385A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #43385A;
 }
 .AnyTagClassName
 {
   color: #43385A;
 }
</style>
background-color css

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

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

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

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

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

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