#43315E

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

Shades of Jacarta #43315E

Tints of Jacarta #43315E

Color information

#43315E (or 0x43315E) is unknown color: approx Jacarta. HEX triplet: 43, 31 and 5E. RGB value is (67,49,94). Sum of RGB (Red+Green+Blue) = 67+49+94=210 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.90% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 94 (37.11% from 255 or 44.76% from 210); Max value from RGB is 94 - color contains mainly: blue. Hex color #43315E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43315E is #BCCEA1. Grayscale: #3B3B3B. Windows color (decimal): -12373666 or 6172995. OLE color: 6172995.

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

Color convert

RGB674994-
CMYK0.290.4800.63
HSL264º31.47%28.04%-
HSV(B)264º47.87%36.86%-
XYZ5.434.211.11-
YUV59.51147.46133.34-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.90%
GREEN value IS 49 (19.53% from 255) = 23.33%
BLUE value IS 94 (37.11% from 255) = 44.76%
R=31.90%
G=23.33%
B=44.76%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6749940.290.4800.6326431.4728.04
Hex43315E1D3003F1081f1c
Octal1036113635600774103734
Binary100001111000110111101110111000001111111000010001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43315E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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